使用cordova-plugin-firebase在Ionic v3中验证firebase

时间:2017-08-15 05:52:43

标签: firebase ionic-framework plugins firebase-authentication

我正在尝试通过firebase电话验证服务在我的离子v3应用程序中实现登录。

我已经阅读了几个教程。他们之间:

1- https://javebratt.com/firebase-phone-authentication/

2- https://github.com/jestcastro/cordova-plugin-firebase#f778505942bbf7518df75545c6a6b32efa4d5229

-

链接1中的注释教导了如何使用链接2的cordova-plugin-firebase。 我试着做文件。我做的一切都完全一样,就像在链接中所说的那样。

然而, 当我使用函数(窗口)时,来自链接2的.FirebasePlugin.getVerificationID给出错误:ERROR TypeError:无法读取未定义的属性'getVerificationID'

我做的完全一样。我一直试图解决这个问题几天。有没有人有解决方案?

1 个答案:

答案 0 :(得分:0)

我认为cordova-plugin-firebase适用于离子v1。当您使用离子v3时,您将使用cordova-plugin-fcm。