Login Google
How to config Application on Firebase console
Go to https://console.firebase.google.com/ and create your application
Choose add app with
iOS and android platform. Fill infoAfter done, you need down 2 file:
iOS:
GoogleService-Info.plistandroid:
google-services.json
4. In android, you need move it to android/app/

5. In iOS, follow step by step:
You need open xcode and move it to project

Open file
GoogleService-Info.plistand copyCLIENT_IDcode andREVERSED_CLIENT_IDcode.

Open
index.jsfromsrc/config/index.js.In Configs, replace
iosClientIdwithCLIENT_ID.

In
ios/nameapp/info.plist, replacecom.googleusercontent.apps.793140404870-qura0p54rgptruvbs109bq5itf4qkmf6withREVERSED_CLIENT_ID
Last updated
Was this helpful?