university
university copied to clipboard
[BUG] Sign_in_failed
Describe the bug
The error message reads: Sign_in_failed, com.google.android.gms.common.api.ApiException: 10
To Reproduce Steps to reproduce the behavior:
- Sign in using the Google Account
Expected behavior Should sign in using Google without Error Message
The problem occurs due to missing SHA on Firebase console.
To resolve run:
cd android
gradlew signingReport
and, DM me on Discord the SHA1 of debug. Discord Link: https://teamaditya.co/
can you please assign this to me?
You need to create your own Keystore file. Use your created Keystore as a destination rather than debug Keystore. Share the same Keystore with your team members, all will get the same SHA1 key by using the same key store.
Alright! Would it be safe tho adding keystore to a public repo?
No