googlecodelabs / photos-sharing

Code for the "Build a Photo Sharing app with Google Photos and Flutter" codelab
Apache License 2.0
98 stars 71 forks source link

Sing in error #11

Closed dominiksr closed 4 years ago

dominiksr commented 5 years ago

The problem arose:

PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null)

I was able to solve it with enable the Google Sign-in method in the Authentication tab in Firebase console.

I found the solution here: https://stackoverflow.com/a/56488089/11754194

jfschmakeit commented 4 years ago

Thanks for linking to the solution, that's something that we hadn't encountered before. I have added this as a recommendation to a new "troubleshooting sign in" section in step 4, in case anyone else runs into this.