> For the complete documentation index, see [llms.txt](https://zinisoft-net.gitbook.io/zinistore-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zinisoft-net.gitbook.io/zinistore-docs/app-config/settings/login-google.md).

# Login Google

## How to config Application on Firebase console

1. Go to <https://console.firebase.google.com/> and create your application
2. Choose add app with `iOS and android platform`. Fill info
3. After done, you need down 2 file:

* iOS: `GoogleService-Info.plist`
* android: `google-services.json`

&#x20;   4\. In android, you need move it to `android/app/`

![](/files/-M5fNqkbyCXzVCFtBByt)

&#x20;   5\. In iOS, follow step by step:

* You need open xcode and move it to project.

![](/files/-M5fNwppkDBqP7dM41lm)

* Open file `GoogleService-Info.plist` and copy `CLIENT_ID` code and `REVERSED_CLIENT_ID` code.

![](/files/-M5fOBxiKVw6jcc30n76)

* Open `index.js` from `src/config/index.js`.
* In Configs, replace `iosClientId` with `CLIENT_ID`.

![](/files/-M5fORP9bIii095VCo6s)

* In `ios/nameapp/info.plist`, replace `com.googleusercontent.apps.793140404870-qura0p54rgptruvbs109bq5itf4qkmf6` with `REVERSED_CLIENT_ID`.


---

# 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://zinisoft-net.gitbook.io/zinistore-docs/app-config/settings/login-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.
