Skip to content

Store data in firestore locally on device only #10428

Answered by rusudinu
MadsStolt asked this question in Q&A
Discussion options

You must be logged in to vote

No, as soon as the device gets an internet connection, it will sync with the cloud. You should use shared preferences if you have to store simple data (works pretty well if you don't need to have search, or other DB-specific queries and you only want to store a list of objects, etc), or indeed use another db like sqlite to store data locally.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MadsStolt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants