Google Sign-In on Android [Ionic][Capacitor][Vue] #769
-
Hello, I successfully got the plugin working and everything seemed like it was okay until i tried to sign in. I keep getting an error that prevents the user from completing log in. I'm sure there's no issue with the plugin itself and likely my configuration. I was just curious if anyone else has encountered this issue and can maybe walk me through resolving this. Any help would be greatly appreciated! com.google.android.gms.common.api.ApiException: 10: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Hey @robingenz , Thanks for the super quick response and pointing me in the right direction! I'm new to status codes in Android, and it wasn’t immediately clear to me that the issue was with my SHA configuration, so your comment really helped. Here’s what I did to resolve the issue, in-case anyone in the future has this issue:
Some things to note:
Again, thanks for the help, RG! This experience gave me a much better understanding of SHA configuration and keystore management. |
Beta Was this translation helpful? Give feedback.
ApiException 10
says that you have specified the wrong or no SHA-1 key, see https://stackoverflow.com/a/49800546/6731412.