Android Question [Solved] ResultArrived Error: com.google.android.gms.common.api.ApiException: 12500:

Filippo

Expert
Licensed User
Longtime User
Hi,

since yesterday I try to implement authentication with my app, without success.
The problem I have only with one app, with all other apps works without problems.

** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
BroadcastReceiver has been initialized.
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
onAuthStateChanged: com.google.firebase.auth.internal.zzv@89f0a79
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create **
** Activity (main) Resume **
WakeLock already held.
SignInWithGoogle called
** Activity (main) Pause, UserClosed = false **
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
SignInWithGoogle.ResultArrived
ResultArrived Error: com.google.android.gms.common.api.ApiException: 12500:
** Activity (main) Resume **
WakeLock already held.

I have already removed the app from the Firebase project a few times and added it again, without success.
I don't know what to try anymore.
Has anyone had this problem, and if so, how did it resolve?
 

Filippo

Expert
Licensed User
Longtime User
Problem solved.
1674327680917.png


After this setting I got the following error message, then it was clear what I have to do.
error: com.google.firebase.auth.FirebaseAuthException: The given sign-in provider is disabled for this Firebase project. Enable it in the Firebase console, under the sign-in method tab of the Auth section. [ The identity provider configuration is disabled. ]

1674327925292.png
 
Upvote 0

Similar Threads

Top