> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/integrations/sign-in-with-google.md).

# Sign in With Google

By setting up [*Sign in With Google*](https://www.youtube.com/watch?v=Oy5F9h5JqEU) you can let your clients and your team use their Google accounts to sign in to your portal instead of having to remember a password.

![](/files/6Eq85EFK4n1lS9PP2oFk)

### Setup

Go to the ***Login & Sign Up*** page in your portal's settings or click here <https://portals.noloco.io/~/_/settings/sign-in>, then click ***Connect.*** The following instructions are provided in the app as well:<br>

1. [**Create** a Google Cloud Platform account (for free)](https://console.cloud.google.com/)
2. [Go to the **Credentials** Page](https://console.developers.google.com/apis/credentials)
3. Click **Create credentials > OAuth client ID**
4. Select the **Web application** application type
5. Name your OAuth 2.0 client and click **Create** (this can be anything you want)
6. Click on + Add URL in the **Authorised JavaScript origins section** and add your app's URL (e.g. <https://myapp.noloco.co>) and press **Enter**
7. Click **OK**
8. Copy the **Client ID** that was created, then return to your settings and paste it into the **Enter the new Client ID field** and **Save**

Once saved, the ***Sign in With Google*** button will appear on your portal's login page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guides.noloco.io/integrations/sign-in-with-google.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.
