FIREBASE_AUTH_API在此设备上不可用

rmp*_*251 5 facebook firebase-authentication

我已经在Android上使用了新的Google Firebase指南进行Facebook登录,但我在特定设备上遇到以下错误.

FirebaseAuth:signInWithCredential failed                                                                   
com.google.firebase.FirebaseApiNotAvailableException: API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device.
Run Code Online (Sandbox Code Playgroud)

在其他设备上它似乎工作正常.该设备是运行Android 6.0.1的Moto X Play.它还有Google Play Services 9.0.83.我尝试完全卸载并重新安装,没有运气.

Alf*_*nas 6

这是影响SDK的9.0.0和9.0.1版本的错误.自SDK版本9.0.2起,它已得到修复.

通过Android SDK管理器更新Google存储库,然后将您的gradle依赖项更改为: compile 'com.google.firebase:firebase-auth:9.0.2'

见事件的细节在这里.