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
I am not sure how this is handled with google, but here is our scenario:
Login
Get token, check with server to see if user is registered
If not
logout :(
login with forceRefreshToken set to true
Get a new token and use this to register a new user on the server
This all works, but the user has to select their gmail account twice, is there a way to get a new token without calling signout or signin a second time?
The text was updated successfully, but these errors were encountered:
We have observed exactly the same behavior in our game. The first time a user tries to sing in, we are getting an unmapped error 400. Looking deeper into the iOS native code (GoogleSignin.mm, line 90), we've seen that the NSError has the following json inside the userInfo structure:
I am not sure how this is handled with google, but here is our scenario:
Login
Get token, check with server to see if user is registered
If not
logout :(
login with forceRefreshToken set to true
Get a new token and use this to register a new user on the server
This all works, but the user has to select their gmail account twice, is there a way to get a new token without calling signout or signin a second time?
The text was updated successfully, but these errors were encountered: