-
Notifications
You must be signed in to change notification settings - Fork 1.9k
InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, We've seen this issue occur in a few separate reports now; the issue is with the underlying Firebase Auth library rather than Firebase UI. We're working with the play services team to find a resolution. |
Error in log..
Is it fixed ? |
Hi Gents, This is an SDK issue. You can view product issues on our support page and our status page. Here's the latest: https://status.firebase.google.com/incident/Authentication/16001. |
This has been resolved in SDK 9.0.2 Please update to 9.0.2 and you should no longer experience this issue. Change your gradle dependency to: |
Closing issue since this should be fixed with |
I still get an error on my Galaxy S6
|
Also not working on my galaxy s6, does work on an emulated nexus 6P |
Confirm that it still happen! After updating to 9.0.2, with the same code part, i tested on two devices (HTC A9 & Xiaomi Redmi Note 3) then it still happened on Xiaomi device. |
Confirm that it still happen! Nexus 5 ; Android 6 |
Still happen ! |
As i remember, after removing things related to google auth (since i don't need it for my app) then it works. You can give a try! |
Still happened on HTC Butterfly with Google Play Service v9.4.52, Android API: 19, |
Happening with 9.6.1 |
@Alcasser does this happen on a specific device? If so would you be willing to reproduce it and provide a bugreport? I could give you instructions. |
@samtstern it happens with my Nexus 5X + Android 7.0 |
@asinel sounds like you can get this to happen on a real device, can you do me a favor and send some more information?
Of course the above is all optional, the bugreport will contain a lot of info about your device so if you don't want to send it that's alright. |
@samtstern 9.8.77(440-135396225). |
@asinel a bug report would be great, but only if it stops working again. Glad it's working for you for now. |
I am getting @asinel how did you fix it? |
Just fixed it by clearing all data for Google Play Services. |
@nicbell glad you fixed it! Almost wish you hadn't since we're dying to get a bugreport from a phone exhibiting this behavior and using the latest version of play services (which you seem to have). If you see this again and you're willing to help out, please capture a BR 👍 |
@samtstern: I am getting this error running some tests on Android Wear 2.0. Bugreport can be found here: |
stiill getting error on lg g3 and nexus I'm pretty sure my network connection is fine |
@Max01010101010101 please keep your comments civil (I'm redacting them). We're developers with jobs, priorities, and limited resources, just like everyone in this amazing community. If you want to contribute to the discussion, please submit a bug report so we can troubleshoot. We'd love to see this solved as much as you. |
i have the same issue. I am using com.google.android.gms:play-services-ads:11.2.0 and com.google.firebase:firebase-auth:11.2.0. I run my application on Emulator Genymotion v2.9.0 and Virtual devices: Google Nexus 5X - 7.0.0 - API 24 - 1080x1920
Project Gradle
app gradle:
|
I solved same problem through adding google service in genymotion. |
Using a Samsung S6 with play services 9.0.83 the app crashes when I try to login via email. I either select a google email or type an email in and then I get a crash with the following log:
As far as I can tell everything is correctly enabled on my firebase console and in app. This crash happens on the app I built myself and the example app.
The text was updated successfully, but these errors were encountered: