FIREBASE_AUTH_API is not available on this device

I followed the new Google Firebase guide for logging into Facebook for Android, but I constantly get the following error on a specific device.

FirebaseAuth:signInWithCredential failed                                                                   
com.google.firebase.FirebaseApiNotAvailableException: API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device.

On other devices, it works fine. The device is Moto X Play running Android 6.0.1. It also has Google Play Services 9.0.83. I tried a complete uninstall and reinstall without any luck.

+4
source share
2 answers

This was a bug affecting SDK versions 9.0.0 and 9.0.1. It has been fixed since SDK version 9.0.2.

Update your Google repository through the Android SDK manager, and then change the gradle dependency to: compile 'com.google.firebase:firebase-auth:9.0.2'

Details of the incident are here .

+5

Alfonso , , , API Firebase Auth, Google Play 9.0.83.

- - . , , troubleshooting , .

+2

All Articles