- 🔥 auth/unknown an internal error has occurred on android #2785
- Comments
- eambutu commented Oct 25, 2019
- Issue
- Project Files
- ios/Podfile :
- AppDelegate.m :
- Android
- Have you converted to AndroidX?
- android/build.gradle :
- android/app/build.gradle :
- android/settings.gradle :
- MainApplication.java :
- AndroidManifest.xml :
- Environment
- An internal error has occurred. [ 7: ] #988
- Comments
- gitton commented Nov 20, 2019 •
- [REQUIRED] Step 2: Describe your environment
- [REQUIRED] Step 3: Describe the problem
- Steps to reproduce:
- Relevant Code:
🔥 auth/unknown an internal error has occurred on android #2785
Comments
eambutu commented Oct 25, 2019
Issue
When trying to login with email/password, I get an error on my Android Version 9.0 phone (Pixel 2):
There is very little code here, it’s merely:
When I run this exact code on my Android Version 7.0 phone (Samsung Galaxy Note 5), it works just fine.
Project Files
ios/Podfile :
- I’m not using Pods
- I’m using Pods and my Podfile looks like:
AppDelegate.m :
Android
Have you converted to AndroidX?
- my application is an AndroidX application?
- I am using android/gradle.settings jetifier=true for Android compatibility?
- I am using the NPM package jetifier for react-native compatibility?
android/build.gradle :
android/app/build.gradle :
android/settings.gradle :
MainApplication.java :
AndroidManifest.xml :
Environment
react-native info output:
- Platform that you’re experiencing the issue on:
- iOS
- Android
- iOS but have not tested behavior on Android
- [x ] Android but have not tested behavior on iOS
- Both
- react-native-firebase version you’re using that has this issue:
- 6.0.1 for /app and /auth
- Firebase module(s) you’re using that has the issue:
- auth
- Are you using TypeScript ?
- N
Think react-native-firebase is great? Please consider supporting all of the project maintainers and contributors by donating via our Open Collective where all contributors can submit expenses. [Learn More]
- 👉 Check out React Native Firebase and Invertase on Twitter for updates on the library.
The text was updated successfully, but these errors were encountered:
Источник
An internal error has occurred. [ 7: ] #988
Comments
gitton commented Nov 20, 2019 •
[REQUIRED] Step 2: Describe your environment
- Firebase Component: Authentication/Database
Android OS version:4, 5, 6, 7 8, 9, 10
Google Play Services version: 3.2.1
Firebase/Play Services SDK version: 11.8.0
[REQUIRED] Step 3: Describe the problem
Getting following error
Non-fatal Exception: com.google.firebase.c: An internal error has occurred. [ 7: ]
at com.google.android.gms.internal.zzdxm.a + 129(zzdxm.java:129)
at com.google.android.gms.internal.zzdwn.a + 42(zzdwn.java:42)
at com.google.android.gms.internal.zzdxx.a + 11(zzdxx.java:11)
at com.google.android.gms.internal.zzdya.a + 35(zzdya.java:35)
at com.google.android.gms.internal.zzdxo.onTransact + 79(zzdxo.java:79)
at android.os.Binder.execTransact + 739(Binder.java:739)
Steps to reproduce:
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
Non-fatal Exception: com.google.firebase.c: An internal error has occurred. [ 7: ]
at com.google.android.gms.internal.zzdxm.a + 129(zzdxm.java:129)
at com.google.android.gms.internal.zzdwn.a + 42(zzdwn.java:42)
at com.google.android.gms.internal.zzdxx.a + 11(zzdxx.java:11)
at com.google.android.gms.internal.zzdya.a + 35(zzdya.java:35)
at com.google.android.gms.internal.zzdxo.onTransact + 79(zzdxo.java:79)
at android.os.Binder.execTransact + 739(Binder.java:739)
Relevant Code:
The text was updated successfully, but these errors were encountered:
Источник