> For the complete documentation index, see [llms.txt](https://zinisoft-net.gitbook.io/zapes/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/zapes/get-started-1/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/`

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MP3k66F9Ew4mh3Ni5z6%2F-MP3kNJS7U5HrmmiSYiS%2FScreen%20Shot%202020-12-21%20at%2017.03.51.png?alt=media\&token=d0b6b6fd-33fd-4b39-9e5d-b34b6eb6987f)

5\. In iOS, follow step by step:

* You need open xcode and move it to project

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MP3k66F9Ew4mh3Ni5z6%2F-MP3nQuHTl04kpR8Ve4j%2FScreen%20Shot%202020-12-21%20at%2017.17.14.png?alt=media\&token=a55e68f0-f49f-4a76-80bf-3922ff95c33b)

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

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MP3k66F9Ew4mh3Ni5z6%2F-MP3nidA6X68ciCjeRDW%2FScreen%20Shot%202020-12-21%20at%2017.18.31.png?alt=media\&token=9fd5eead-5141-4794-865b-d2f7d9ad9758)

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

![](https://3352798833-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6Sp5SVrTluLcpPIPvE%2F-MP3k66F9Ew4mh3Ni5z6%2F-MP3o5s0RttmuuiKHHLi%2FScreen%20Shot%202020-12-21%20at%2017.19.30.png?alt=media\&token=8055c141-b23c-4855-9756-e1778998b089)

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