🐛 [cloud_firestore] GetOptions default source when Settings( persistenceEnabled: false) #9350
MdSaLaMa
started this conversation in
Feature Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
what about setting GetObtions default source to be
get(GetOptions( source: Source .server))
in case of
FirebaseFirestore.instance.settings = const Settings(persistenceEnabled: false);
Beta Was this translation helpful? Give feedback.
All reactions