-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Authentification Firebase: [auth / unknown] Une erreur réseau (comme un délai d'attente, une connexion interrompue ou un hôte inaccessible) s'est produite #3858
Comments
@mikehardy I hope to have respected the template and I apologize for not having done so |
@ththugues44 this helps a lot, thank you |
Hello 👋, to help manage issues we automatically close stale issues.
|
I have just begun receiving this error today on a React-Native project which is not using react-native-firebase, but is using the Javascript SDK. |
Hello 👋, to help manage issues we automatically close stale issues.
|
I think this is as simple as it seems: it is literally a network error. If you are using google play services they keep the network standards up to date (TLS1.2 is difficult on Android 4.x but they patch it) so it will just be a transient error. You should propagate this to the user with instruction to examine their network and try again when they have a working network |
Hello @mikehardy NB : Our application in production on google play NB : We were temporarily forced to pass awsApmlify for the connection by phone number in order to lose more users who were blocked at this level. What then is the problem in this case ?? |
Sorry @ththugues44 I honestly don't know. If we had a clean reproduction we could figure it out but of course the "it happens sometimes" / "only in production" issues are the worst. My best advice is to build a simple reproduction from the upstream starter samples and approach the firebase-ios-sdk team about it, as this is likely an upstream bug https://github.com/firebase/quickstart-ios/tree/master/authentication |
@mikehardy the application is on android and not on IOS. |
...then firebase-android-sdk - https://github.com/firebase/quickstart-android/tree/master/auth 🤷 |
Issue
Describe your issue here
My Application is in production and the verification works well, but I have a problem with the verification of phone numbers on phones Samsung and other with run Android 5.X , 4.X.
The execution of this code:
generate the error:
[auth / network-request-failed] A network error
Project Files
iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// Top-level build file where you can add configuration options common to all sub-projects/modules.
// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:Platform that you're experiencing the issue on:
react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
Are you using
TypeScript
?Y/N
&VERSION
Are you using
Expo
?I do not use expo in my Application
Y
&SDK VERSION
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: