Set up a project in Google Cloud Platform

Guiding Video

Step 1: Login/Register your Google account

First, you have already signed in to your Google account.

Step 2: Set up a project in Google Cloud Platform

Then go to this link: Google Cloud Platform

Then create a new project by clicking Select a project (or the name of the current project - also in that position).

Click New project.

Fill in the basic information for your project, then click Create.

Fill in the following fields and then click Save and continue

  • App name

  • User support email

  • App logo

  • Application home page: the link to your homepage

  • Application privacy policy link: the link to the Privacy Policy page of your website

  • Application terms of service link: the link to the Terms of Service page of your website

  • Add domain

  • Developer contact information

Step 3: Set up a credential for your project

Choose an application type of Web application.

Fill in the Name field. (You should use your website's name)

Go to Authorized JavaScript origins and fill in theadd URL field like below:

http://your-website/_oauth/google

Change your-website to your website domain, then click Create.

You will receive the Client ID and the Client Secret for your website.

Follow this guide to finish set up Login with Google.

Last updated