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
[Android] Google Play Services version: not relevant
Describe the problem:
Canceling the sign in process leads to kGIDSignInErrorCodeUnknown instead of kGIDSignInErrorCodeCanceled. Please NOTE that I am able to sign in successfully if I don't cancel the flow.
Steps to reproduce:
integrate sign in
tap login in
tap cancel in the login modal (see 1st screenshot)
the delegate is called with wrong error (see 2nd screenshot)
Observed Results:
the delegate is called with kGIDSignInErrorCodeUnknown
Expected Results:
the delegate is called with kGIDSignInErrorCodeCanceled as covered in docs
Describe your environment
13sorry, it was 12.4Describe the problem:
Canceling the sign in process leads to
kGIDSignInErrorCodeUnknowninstead ofkGIDSignInErrorCodeCanceled. Please NOTE that I am able to sign in successfully if I don't cancel the flow.Steps to reproduce:
Observed Results:
kGIDSignInErrorCodeUnknownExpected Results:
kGIDSignInErrorCodeCanceledas covered in docsRelevant Code: