popup_closed_by_user
XieLong1 opened this issue · 2 comments
XieLong1 commented
我在使用时,遇到这个问题,有人能帮助我吗?
luan-vieira-er commented
Having same issue
George-on commented
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',
}