You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device: Pixel 3xl
OS version: Android 12
SDK version:33
[Android] Google Play Services version:4.3.15
Describe the problem:
google SignIn always return error code 10 in these days on my release version. (debug apk is ok)
SHA1 all the same on google play console test, google cloud and firebase ( SHA1 come from release.jks)
package name is the same too
GOOGLE_LOGIN_CLIENT_ID is the right,copy from google Oauth
Steps to reproduce:
click login
select a user
Observed Results:
return error code 10, no more other information
Expected Results:
login success
Relevant Code:
val gso = GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
.requestIdToken(GOOGLE_LOGIN_CLIENT_ID)
.requestScopes(Scope(Scopes.EMAIL))
.requestId()
.build()
The text was updated successfully, but these errors were encountered:
Device: Pixel 3xl
OS version: Android 12
SDK version:33
[Android] Google Play Services version:4.3.15
Describe the problem:
google SignIn always return error code 10 in these days on my release version. (debug apk is ok)
SHA1 all the same on google play console test, google cloud and firebase ( SHA1 come from release.jks)
package name is the same too
GOOGLE_LOGIN_CLIENT_ID is the right,copy from google Oauth
Steps to reproduce:
Observed Results:
return error code 10, no more other information
Expected Results:
login success
Relevant Code:
The text was updated successfully, but these errors were encountered: