CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

Android only issue {"message":"Something went wrong","code":"12500"}

Open choffmeyer opened this issue 2 years ago • 8 comments

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.

choffmeyer avatar Nov 30 '22 15:11 choffmeyer

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.

choffmeyer avatar Nov 30 '22 16:11 choffmeyer

Confirmed. I got the same error via emulator with no Play Store installed. In a real device you don't have that issue.

adrigardi90 avatar Jan 26 '23 11:01 adrigardi90

I have a my apk installed on my phone, and it still shows this error

SourabhRavi avatar Apr 05 '23 15:04 SourabhRavi

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

AlvinTCH avatar Apr 06 '23 14:04 AlvinTCH

even without Firebase same issue comes i have use same sha1 from my android market also created released bundle also but same issue

tarangshah19 avatar May 23 '23 08:05 tarangshah19

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.

victorgoecking avatar Jul 20 '23 18:07 victorgoecking

Same issue on cap v5 and 3.3.2 on published app but not always, some random times works... :(

samuelrebuelta avatar Jul 29 '23 23:07 samuelrebuelta

Adding a support email like @AlvinTCH suggested worked for me. We only use Firebase for FCM. All authentication is handled by our backend.

playaz87 avatar Aug 21 '23 09:08 playaz87