CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Android only issue {"message":"Something went wrong","code":"12500"}
having an issue with only android. ios and web works fine. based on the latest ionic/cap project i just created to see if this even works.
seems like this due to the emulator i'm using not having playstore installed as i'm seeing warnings when making the signin call to the plugin. If connect a real device it works.
Confirmed. I got the same error via emulator with no Play Store installed. In a real device you don't have that issue.
I have a my apk installed on my phone, and it still shows this error
are you guys using Firebase? Do refer to the stackoverflow here. Might be resolved when the support email is added
https://stackoverflow.com/questions/47632035/google-sign-in-error-12500
even without Firebase same issue comes i have use same sha1 from my android market also created released bundle also but same issue
Same issue here, I even updated capacitor to v5 and google auth to 3.3.2 and nothing. No local emulator works normally, but after being published on the store it gives this error.
Same issue on cap v5 and 3.3.2 on published app but not always, some random times works... :(
Adding a support email like @AlvinTCH suggested worked for me. We only use Firebase for FCM. All authentication is handled by our backend.