Hello,
I've implemented Google authentication on my app using Firebase and the Kastri library.
I've done all the configurations as per the GoogleSignin example project.
On iOS, both in demo and on the Store, it works perfectly. On Android, it works correctly if I compile in development, but if I compile for the Store and upload it, the authentication returns a code 10.
I've checked all the SHA-1 fingerprints for KeyStore.debug, development KeyStore, and the app in the Google Store at https://console.firebase.google.com/.
I'm using the Client ID generated for the Web App (as per the example instructions) and not the Android ones (which just don't work).
Do you have any suggestions on what it could be?
Thanks
Massimiliano