How to get Google Client ID and Client Secret?
Note: To generate Google Client ID and Client Secret you must be signed into a Google account.
How to get Google Client ID and Client Secret?
1. Go to the Google Developers Console.
2. Navigate to the tab "Credentials".
3. Click Select a project >> New Project and then click the button “Create”.
4. Navigate to the tab “OAuth consent screen”.
5. Enter the Application name, Authorized domains and click the button “Save”.
6. Click the button “Create Credentials” and from the dropdown list select OAuth client ID.
7. From the Application type, select the Web application, enter Authorized JavaScript origins and click the button “Create”.
8. Copy your Client ID.