# Create Google OAuth Client Id

You’d require your Package Id and SHA-1 Certificate before you can obtain the client id.

If you already have a cloud project you can skip Steps A and proceed to Step B.

**A.    Steps to create Cloud Project.**

1. Log in into Google Cloud account and create a new project.

   ![](file:////Users/venkateshmohta/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_image001.png)[Log into your account](https://console.cloud.google.com/projectcreate). Enter your project name. For example, see “My W2N App”.

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

2\. After creating the app, select the API’s & Services from Left Menu -> OAuth Consent Screen

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

3\.  Fill in the relevant details of your app and complete the process and return back to the dashboard.

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

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

**B.    Creating the OAuth Client Id**

1\. Go to Credentials page and click on “+CREATE CREDENTIALS” button and select OAuth client ID option.

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

2\. Enter the details obtained earlier, SHA-1 and Package Id

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

3\. Copy the Client Id and add save it, you’ll be required to provide it to us for integration.

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

Also you'll need to create the same for Web Client.

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


---

# 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/create-google-oauth-client-id.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.
