Figured it out! You need to add:
- Debug signing keys
- Release signing keys
- PlayStore signing keys
export JAVA_HOME='/Applications/Android Studio.app/Contents/jbr/Contents/Home/'
./android/gradlew signingreport
, scroll to top, note SHA1 & SHA256 keys for debug and release keys- visit https://console.firebase.google.com/ project settings
- paste SHA1 & SHA256 debug and release keys into Android app settings
- visit https://play.google.com/console/
- go to app project
- Release -> App Integrity -> App Signing -> App signing key certificate
- paste SHA1 & SHA256 keys into Android app settings
NOTE: your Release key from before is the same as your Upload key in Play Store. You can obtain it from either location