Skip to content

Google Auth (For login)

Google Auth Service

To use all App features, you will need to install this helper App before accessing the current one, click on OK, and install the App.

If you want to use the google Auth option in your app, you must declare your application in the google cloud platform, so google will give you access to the user Login.

In most case you must enable google Auth in your app, that will increase our capabilities to detect your store enemy.

First must have a google account, and then go to this link to create your first project :

Google Developers Console

Just follow this steps :

Choose or create a project

GoConsole Google Auth Api!

GoConsole Google Auth Api!

Create new project

GoConsole Google Auth Api!

Choose your project

GoConsole Google Auth Api!

GoConsole Google Auth Api!

GoConsole Google Auth Api!

Go to the API and services

GoConsole Google Auth Api!

Activate Google Api Auth

GoConsole Google Auth Api!

Credentials

Go to Credentials

GoConsole Google Auth Api!

For the first time, you must add your censent screen

Click on CONFIGURE CONSENT SCREEN

GoConsole Google Auth Api!

Choose external and click on Create

GoConsole Google Auth Api!

GoConsole Google Auth Api!

GoConsole Google Auth Api!

GoConsole Google Auth Api!

Go Back to Credentials

GoConsole Google Auth Api!

Create your app credential

Click on create Credentials

GoConsole Google Auth Api!

Choose OAuth Client ID

GoConsole Google Auth Api!

Select Android

GoConsole Google Auth Api!

Put name, your app package name and your SHA-1 key

GoConsole Google Auth Api!

GET your app SHA-1

Get SHA-1 for your published app from google play

If you are is already published on google play

GoConsole Google Auth Api!

Get SHA-1 for your dev app from android (Only valid in dev step)

Go to Gradle View, Select your app name, and double click on SigningReport, you will get in the console the report with the value of your SHA-1 key, this key will be valid only until your create an apk (the SHA-1 will be different, you can get it direclty from Google Play Console once you upload your apk)

GoConsole Google Auth Api!

Create your App Credential

Past your SH-1 code

GoConsole Google Auth Api!

GoConsole Google Auth Api!

Click on create

GoConsole Google Auth Api!

Click OK

GoConsole Google Auth Api!

Now you have declared your app, and user can signin using google on your app

GoConsole Google Auth Api!