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
Add a link to the page which needs improvement (if relevant)
Describe the problem
No example on using more than one provider scope so I am just guessing that it is separating them by space or comma and not sure if it is right. I would assume it would be an array of strings. Is there actual API documentation instead of the Supabase examples that are simple.
Describe the improvement
Explain how to use multiple provider scopes. Or change array of strings if multiple are supported, that may be more intuitive.
Improve documentation
Link
Add a link to the page which needs improvement (if relevant)
Describe the problem
No example on using more than one provider scope so I am just guessing that it is separating them by space or comma and not sure if it is right. I would assume it would be an array of strings. Is there actual API documentation instead of the Supabase examples that are simple.
Describe the improvement
Explain how to use multiple provider scopes. Or change array of strings if multiple are supported, that may be more intuitive.
Additional context
This is my current guess:
providerScopes={{ google: "https://www.googleapis.com/auth/spreadsheets, https://www.googleapis.com/auth/drive.file", }}
The text was updated successfully, but these errors were encountered: