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
Just change googleSignInParams (add "scope" and "plugin_name") like this:
googleSignInParams: {
client_id: 'YOUR_APP_CLIENT_ID.apps.googleusercontent.com'
scope: 'email',
plugin_name: 'The name of the Google 0Auth project you crated',
}
我在使用时,遇到这个问题,有人能帮助我吗?
The text was updated successfully, but these errors were encountered: