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

Feature: Offline mode #2

Open
AndersDJohnson opened this issue Jan 7, 2016 · 2 comments
Open

Feature: Offline mode #2

AndersDJohnson opened this issue Jan 7, 2016 · 2 comments

Comments

@AndersDJohnson
Copy link
Owner

Something like https://github.com/yeldarby/offline-firebase, caching to localStorage. Might need configurability & some mechanism (e.g. LIFO) to manage size so we don't exceed browser data quota.

@AndersDJohnson
Copy link
Owner Author

AndersDJohnson commented Jul 26, 2016

Might also want some way of marking certain paths as locally "dirtyable" where they temporarily ignore any updates from the server until we explicitly instruct to abandon or push changes. See #39.

@AndersDJohnson
Copy link
Owner Author

This may be better as an external library, with an interface used by this module, which could also support the current in-memory mode as another implementation of that interface.

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

No branches or pull requests

1 participant