I had to work with Expo's Google Authentication this week and I found a lot of outdated information while integrating it into my React Native app. ...
For further actions, you may consider blocking this person and/or reporting abuse
Firebase often makes this process much easier!
Is that so?? I'll look into that, thank you!
For your case scenario, you used iOS as the device the app will be running on. If one chooses android, they do ask for fingerprint certificate and package name which I don't know where to get that from Expo. Any help on this?
See docs.expo.io/versions/latest/sdk/g...
For android run openssl rand -base64 32 | openssl sha1 -c in your terminal, it will output a fingerprint certificate.
dude thank you so much i have been pulling my hair for hours looking for this and couldn't find it anywhere, thank you so much again for such updated and helpful guide
Did you have to configure anything in your app.json file?
I'm using firebase. Do I still need to go into the google developer console to grab the client-id? Because I have that in my GoogleService-Info.plist file and google-services.json file
Thanks!!! you really saved a lot of time for me <3
It worked perfectly!! Thank you so much!
If anyone coming across Expo SDK 34, property ** behavior: 'web' ** has been deprecated. No need to pass it anymore. The API automatically defaults to 'web' now.
Quando eu gero o apk, ele funciona normalmente no android ou é só no modo de teste no emulador?
incredible. Congratulations
It worked here :)
Have you tried it on android emulator ?