我在我的应用中使用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'错误。
答案 0 :(得分:1)
您需要使用较新版本的firebase-auth库。
查看有关电话号码验证的documentation。最新版本是11.6.0,从Google Play Services Release Notes开始,看起来电话验证功能在版本11之前都没有添加。