Could we add an ability of adding scopes to the GoogleAuthProvider?
https://firebase.google.com/docs/auth/web/google-signin#handle_the_sign-in_flow_with_the_firebase_sdk
Thanks for asking - would you be able to link to the iOS and Android docs as well?
@EddyVerbruggen, sure.
For Android we can use GoogleSignInOptions.Builder.requestScopes(..) function.
For iOS I believe we can use GIDSignIn.scopes property.
Thanks! Added the required code an docs.
Most helpful comment
Thanks! Added the required code an docs.