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
Hi, I’m evaluating Instant to rewrite a Firebase app.
I just added Google OAuth (redirect flow) to my POC Instant app and I was surprised to see that I can only get the email of the user. How can I add all the other scopes (full name, picture url etc...) as defined in Google OAuth docs?
In Firebase, it is as simple as provider.addScope("profile").
Thanks for your nice product!
The text was updated successfully, but these errors were encountered:
Hi, I’m evaluating Instant to rewrite a Firebase app.
I just added Google OAuth (redirect flow) to my POC Instant app and I was surprised to see that I can only get the email of the user. How can I add all the other scopes (full name, picture url etc...) as defined in Google OAuth docs?
In Firebase, it is as simple as
provider.addScope("profile")
.Thanks for your nice product!
The text was updated successfully, but these errors were encountered: