# Getting the SHA Key for Google Login

**1.  In case of a new app**

a. Login into your Google Developer Account.

b. Create a new app listing by clicking on Create App button and fill in the relevant details.

c. Click on the Production tab from the left menu.

<figure><img src="/files/N07N64OGc7F8HIQ6eIWQ" alt=""><figcaption></figcaption></figure>

d. Click on Create New Release

e. After that click on Change App Signing Key and in the Modal select Use Google Generated Key

<figure><img src="/files/vDaHxscz09BHODqk2YA5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vkUQSOhKaNV26u4dClUc" alt=""><figcaption></figcaption></figure>

f.  Now from the left menu go to App Integrity -> App Signing and copy the SHA-1 Certificate Fingerprint.

<figure><img src="/files/FaSoqm9HotE51K3waSXE" alt=""><figcaption></figcaption></figure>

**2. In Case of an Existing App, you can direct follow the step 1-f to get your SHA-1 Certificate fingerprint.**

**3. If you are not using Google App Signing due to any particular reason, kindly get in touch with us.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webtonative.com/social-login-integrations/getting-the-sha-key-for-google-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
