无法解决问题' PhoneAuthCredential'符号

时间:2017-11-15 03:39:46

标签: android firebase-authentication

我在我的应用中使用Firebase手机身份验证。我已使用Gradle助理在应用和项目中添加了所有Firebase配置。 Gradle文件看起来像:

compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.google.firebase:firebase-auth:10.0.1'
compile "com.google.android.gms:play-services-gcm:10.0.1"

但仍然无法解决' PhoneAuthCredential'错误。

1 个答案:

答案 0 :(得分:1)

您需要使用较新版本的firebase-auth库。

查看有关电话号码验证的documentation。最新版本是11.6.0,从Google Play Services Release Notes开始,看起来电话验证功能在版本11之前都没有添加。