Please kindly search on your own how to generate google client id and secrets, for starters
- you head over to API and services
- click on Credentials
- click on Create credentials and select OAuth client ID
As for these two
export GOOGLE_CLIENT_ID=[YOUR-OAUTH-CLIENT-ID]
export GOOGLE_CLIENT_SECRET=[YOUR-OAUTH-CLIENT-SECRET]
after you secure you client id and secret, open a new terminal on the current project directory and type those above.






















