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
The app opens from the schemed url however the message event is not firing so there isn't a way to get the passed data on android. I have tried window.open(url, 'auth::google') with no luck.
The text was updated successfully, but these errors were encountered:
Hi there, having the same issue. Any solutions found in this regard? I'm testing on Google first, however I noticed on the documentation (https://developers.google.com/identity/protocols/oauth2/native-app) that the callback URI must only contain a single forward-slash, e.g. myapp:/oauth_callback vs what the documentation advises for myapp://oauth_callback
The app opens from the schemed url however the
message
event is not firing so there isn't a way to get the passed data on android. I have triedwindow.open(url, 'auth::google')
with no luck.The text was updated successfully, but these errors were encountered: