DEV Community

Discussion on: Google Authentication with Expo and React-Native

Collapse
 
vicman2 profile image
Offordile Chimaobi Victor

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?

Collapse
 
oskar202 profile image
Oskar Liblik

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.

Collapse
 
marwan598 profile image
Marwan

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