university icon indicating copy to clipboard operation
university copied to clipboard

[BUG] Sign_in_failed

Open adityathakurxd opened this issue 3 years ago • 5 comments

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:

  1. Sign in using the Google Account

Expected behavior Should sign in using Google without Error Message

adityathakurxd avatar Oct 08 '21 08:10 adityathakurxd

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/

adityathakurxd avatar Oct 08 '21 08:10 adityathakurxd

can you please assign this to me?

up4154 avatar Oct 20 '21 14:10 up4154

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.

up4154 avatar Oct 20 '21 14:10 up4154

Alright! Would it be safe tho adding keystore to a public repo?

adityathakurxd avatar Oct 20 '21 15:10 adityathakurxd

No

up4154 avatar Oct 21 '21 13:10 up4154