1) Pastikan client sudah memiliki @gmail account
3) Di website console google, ada, API keys dan OAuth 2.0 Client ID
4) API Keys = untuk Google Map
5) OAuth 2.0 Client ID = untuk Social Login by google

Untuk Google Map API
1) Click CREATE CREDENTIALS > API Keys > Google akan membuat secara otomatis API key nya

Image Placeholder

2) Click Restrict Keys
3) Pilih HTTP Referrers (websites) di bagian Application Restrictions
4) Pastikan Website Restrictions adalah sbb:

Image Placeholder

5) Pastikan API Restrictions adalah sbb:
Image Placeholder
6) Click Save
7) Test di Magento Front End dan BO


Untuk Social Login API
1) Click CREATE CREDENTIALS > OAuth client ID
Image Placeholder

2) Di Application Type > pilih Web Application 
3) Masukkan nama dari project
4) Masukkan Authorized JavaScript origins = https://(nama website client)
5) Masukkan Authorized redirect URLs = https://(nama website)/social/account/callback/provider/google/
6) Click SAVE
7) Test di Magento Front End dan BO