Skip to content
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

Offline mode cashed data not fully available #7

Open
meliodev opened this issue Feb 23, 2021 · 0 comments
Open

Offline mode cashed data not fully available #7

meliodev opened this issue Feb 23, 2021 · 0 comments

Comments

@meliodev
Copy link
Owner

Data is cashed once a user loads a screen (component mounts). Hence, for example, if a user is online and did not open the screen containing Products list. The data within Products collection will not be available when user goes offline.
Proposed solution: Once the app starts, fetch all data necessary for the functioning of offline mode features.
Drawbacks: Possible lower performance, and higher cost of reads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant