-
Notifications
You must be signed in to change notification settings - Fork 614
cloud_firestore: ^3.1.9 - The service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff #3624
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
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi swarupa-v, in order to better assist you, could you please provide a minimum repro app together with instructions for reproducing the bug? Also, it will be helpful if you can enable the debug logging and provide us some logs :) |
I have a firebase query that is fetching data :
Following is the debug log: |
Hi swarupa-v, |
This option setLoggingEnabled we did not find in Flutter. Any suggestion from your end would be helpful. |
Hi swarupa-v, |
Also you cannot connect to the backend during offline. So another thing you can try is, when fetching data during offline, specify {source: cache} or whatever Flutter equivalent is. |
I am trying to fetch data from firestore cache in my flutter application and I get the following error.
The service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff.
This is not happening consistently and happens only when offline and fetching data from cache.
Any help will be appreciated.
Flutter version details:
Flutter 2.10.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7e9793dee1 (5 weeks ago) • 2022-03-02 11:23:12 -0600
Engine • revision bd539267b4
Tools • Dart 2.16.1 • DevTools 2.9.2
The text was updated successfully, but these errors were encountered: