📜  谷歌登录问题离子 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:16.382000             🧑  作者: Mango

代码示例1
1) Remove cordova-plugin-googleplus
    sudo cordova plugin rm cordova-plugin-googleplus
2) Install 5.2.1 version google plus
     sudo cordova plugin add cordova-plugin-googleplus@5.2.1 --save --variable REVERSED_CLIENT_ID=com.googleusercontent.apps..... --variable WEB_APPLICATION_CLIENT_ID=.....apps.googleusercontent.com

Check App URL schemes if reversed client id is correct when `Custom scheme uris are not allowed for 'web' client type` error occurs