0

I'm trying to authenticate users on an app using firebase and google sign in Button, but it gives me the following error:

Status{statusCode=DEVELOPER_ERROR, resolution=null}

But I already have the google-service.json file because I used facebook's Button without problems. Therefore I don't know whats the problem with google's Button.

Matthew Shearer
  • 2,399
  • 3
  • 20
  • 32
roooooon
  • 111
  • 1
  • 4

1 Answers1

0

In my experience The Google authentication process usually has these errors when the api credentials are not set up accurate. Make sure you have access clients containing your SHA-1 fingerprint for BOTH your debug and release keystore. Make sure you add Google services sdk dependency in your build.Gradle and double check in your developer console if the corresponding api is enabled. Refer this document

MIKE PERETZ
  • 139
  • 1
  • 13