Login Google
Last updated
Was this helpful?
Last updated
Was this helpful?
Go to and create your application
Choose add app with iOS and android platform
. Fill info
After done, you need down 2 file:
iOS: GoogleService-Info.plist
android: 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.plist
and copy CLIENT_ID
code and REVERSED_CLIENT_ID
code.
Open index.js
from src/config/index.js
.
In Configs, replace iosClientId
with CLIENT_ID
.
In ios/nameapp/info.plist
, replace com.googleusercontent.apps.793140404870-qura0p54rgptruvbs109bq5itf4qkmf6
with REVERSED_CLIENT_ID
.