sawaca96
sawaca96
I Use google WebClientId. then it is working see #157
What difference between serverClientId and androidClientId ?
Finally, I figured out how to use android For androidClientId in capacitor config, **use the client id of the web application** Also, To authenticate through the app's sha-1 fingerprint, we...
@espositofulvio Regardless of the environment, such as debug, staging, and production, you have to use sha-1 of the keystore that you used to build the app and then fill the...
@RAPHAELSTZ I don't know what happened in earlier version. I use 3.1.0
@kevinpallado Yes, I've experiences. **I made two OAuth clients and solved `something went wrong`.** One is a web application client and the other is an Android client. Use Id of...
https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues/157#issuecomment-992026439
Thanks for reply :) I used same release for both ios and android