5

I am working in a team and use Google sign-in method of Firebase for Android Studio. However, only one person, who created Android and Firebase project could run the sign-in method. The others got this error:

TokenRequestor: You have wrong OAuth2 related configurations, please check. Detailed error: UNREGISTERED_ON_API_CONSOLE

I have added new fingerprint to firebase and imported new google-services.json file into Android project but it didn't work.

halfer
  • 18,701
  • 13
  • 79
  • 158
conank23
  • 51
  • 3

1 Answers1

0

You have to get SHA-1 fingerprint of your all team members(for debug) and single fingerpring of release also, by following the steps mentioned in here and submit all values into firebase project console in Settings.

MohammedYakub Moriswala
  • 2,617
  • 5
  • 26
  • 40