We have in offer google login module that requires specific configuration of "google app". This tutorial describes the process in new google's developer console.
Google recently totally redesigned and changed the steps that are required to follow to obtain "Client ID" number that is required for "google login" app and other apps where you need to get visitor details from google api. In this guide i will step by step describe the process of APP creation process that will be ready to use in our google login module .

- inside "configuration" window of your "new project" type the name of your app (it can be anything you want, like "login feature" etc. it's for your information only, customers will not see it)

- on next step we need to click on dropdown list and select there project you created

- then we need to select "oauth consent screen" and option 'external'

- then on next page we need to define app details (these details will see customer that uses login with google):

- app name
- contact email with your support / help / data privacy agent etc.
- you can upload your own picture (it will be visible for your customers inside login window)
- type url to your shop
- type the url to your privacy policy document (it can be terms and conditions if you have there some informations about privacy)
- type the url to your shop terms and conditions
- If during configuration of "consent screen" you will see information that domain is not verified - you will see additional field where you will need to just type the domain of your shop
- on next step right after "confirmation" of settings click on button add or remove scopes:

- select there two permissions:

- then just accept settings (to times or more, just to finish the configuration)
- on next step go to "credentials" section and click on button: "create credentials"

- Firstly select "API KEY"
- Next - select "Oauth client" - we will be redirected to form:

- select there: "web application"
- type there name (this is only for your information)
- type there url to your shop (it is very important to provide valid url. If your shop works with "https" type there url with "https" - its very important)
- type the url again (focus on correct url as well)
- after save you will get your "Client ID" number. Just copy it and use it in configuration of the "google" login module.
- then go back to developers console to "oauth consent screen":

- open oauth conset screeen
- create "test user"
- click on "publish app"
that's all
your app is ready to use.