-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: implement addScopes
method
#9
Comments
Not sure what you mean here :) |
hi @riderx, yes but i mean add method // draft
const res = await GoogleSignin.addScopes({
provider: 'google',
scopes: ['https://www.googleapis.com/auth/user.gender.read'],
}); |
addScopes
method
We use credential manager, the new library who use the webID it doesn't seems to have scope available in this setup |
This is the deprecated SDK we don't use it. |
@riderx good, maybe reopen issue? |
I believe that using |
Great catch ! |
I think scopes are working now. |
you need to take care of the api for future:
https://react-native-google-signin.github.io/docs/original#addscopes
@riderx It's also a great project for inspiration
The text was updated successfully, but these errors were encountered: