You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience the issue, that calling signInWithEmailAndPassword from FirebaseAuth, is not returning or takes super long and the same problem is for Firestore, if I want to fetch some data. For firestore, I got the following message printed out:
"This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend."
But the internet connection is good, I can even stream full hd videos, can surf in the internet or use other apps which are communicating with a backend.
The auth implementation is the same like on the documentation, so nothing custom:
[✓] Flutter (Channel stable, 2.5.3, on macOS 12.1 21C52 darwin-x64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
Firebase Auth: 3.3.5
Firebase Core: 1.11.0
Right now, this is a huge problem for me, because I can't login / develop anymore. Other developer on this project, don't have this problem and I don't know what caused this... I tried 3 different networks, including my iphone hotspot and it seems, from time to time, when I switch between the hotspot and the local wlan network, something is triggered and I can login or firestore is returning, or better say, the async Future is returning.
Can you give my any advice, what I can try here or any tip what caused the problem? The phones, are not the newest, but they are certain good enough to handle flutter with firebase. Indeed, the whole app worked on the phones some months ago.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Flutter-team,
I experience the issue, that calling
signInWithEmailAndPassword
fromFirebaseAuth
, is not returning or takes super long and the same problem is forFirestore
, if I want to fetch some data. For firestore, I got the following message printed out:But the internet connection is good, I can even stream full hd videos, can surf in the internet or use other apps which are communicating with a backend.
The auth implementation is the same like on the documentation, so nothing custom:
Phones:
Flutter:
Firebase Auth:
3.3.5
Firebase Core:
1.11.0
Right now, this is a huge problem for me, because I can't login / develop anymore. Other developer on this project, don't have this problem and I don't know what caused this... I tried 3 different networks, including my iphone hotspot and it seems, from time to time, when I switch between the hotspot and the local wlan network, something is triggered and I can login or firestore is returning, or better say, the async
Future
is returning.Can you give my any advice, what I can try here or any tip what caused the problem? The phones, are not the newest, but they are certain good enough to handle flutter with firebase. Indeed, the whole app worked on the phones some months ago.
Beta Was this translation helpful? Give feedback.
All reactions