2

I getting error while using firesbase login with google

JS: Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console
JS: Has the SHA1 fingerprint been uploaded? Sign-in status: Status{statusCode=NETWORK_ERROR, resolution=null}

How to fix this?

KENdi
  • 7,576
  • 2
  • 16
  • 31
Dharan Ganesan
  • 433
  • 2
  • 6
  • 23

1 Answers1

0

You can use this page to generate the SHA1 codes you need. https://developers.google.com/android/guides/client-auth

Then in the Firebase console on the settings general tab there is a spot labeled: "SHA certificate fingerprints" where you can paste the fingerprints and save them.

Remember once you do this you need to download the google-services.json file and put it in app/App_Resources/Android folder.

Randy Johnson
  • 349
  • 1
  • 9