GoogleSignIn scopes - full list

I implemented Google sign in based on this article: https://blog.expo.io/react-native-google-sign-in-with-expo-d1707579a7ce.
Sign in as itself works, but scopes are confusing for me. In docs (https://docs.expo.io/versions/latest/sdk/google-sign-in/), one can find that scopes are provided as an array: [GoogleSignIn.SCOPES.PROFILE, GoogleSignIn.SCOPES.EMAIL] and below is a full list which doesn’t contain many of google API scopes, e. g. Calendar scope. Google provides it’s scope in the form: https://www.googleapis.com/auth/calendar.

How can I pass scopes to google sign in module for expo 32+? Where can I find a full list of scopes?

Hey @trojek,

You can find the list of available scopes here.

Cheers,
Adam

Could you please explain why only some APIs are included.

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.