使用Firebase登录Cordova GooglePlus(失败,错误10)

时间:2019-07-25 01:15:51

标签: android cordova phonegap-plugins google-plus-signin

我有一个使用Cordova构建的Android应用,当使用Cordova插件时,我收到来自Google的错误代码10。

我遵循了 https://github.com/EddyVerbruggen/cordova-plugin-googleplus中给出的说明。

到目前为止,我已经尝试了以下方法:

我已经使用SHA-1使用Android应用程序创建了一个Firebase项目,并且得到了google-services.json。

Google服务然后在我的Google Developer Console上自动创建了一个客户端ID(Android,Web应用程序)。客户端ID格式如下:

android: *1.apps.googleusercontent.com*                     
web application: *2.apps.googleusercontent.com*      

然后我使用Cordova CLI和npm插件cordova-plugin-googleplus:

*cordova plugin add cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.1  --variable WEB_APPLICATION_CLIENT_ID=2.apps.googleusercontent.com*

然后按照说明执行步骤5.安装(PhoneGap Build)和步骤6.用法。

P.S。我也尝试过googleplus5.2.1,但仍然出现错误10。

请咨询。

0 个答案:

没有答案