George-on

Results 2 comments of George-on

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', } ```