meteor-feature-requests
meteor-feature-requests copied to clipboard
Someway to avoid or prevent local minimongo data removal
Our biggest app on Android operates in several states in our country. So when users move on they can leave mobile Inet area and reenter later.
For that reason, we have implemented a way to allow off-line operation using following packages:
- ground:db To allow minimongo caching.
- ccorcos:subs-cache To force subscriptions to never expire and keep minimongo data present always.
Now we are upgrading to latest Meteor version and am reviewing old issues again.
Is there someway to do it using some method or setting up subscriptions with some special parameters?
Thanks in advance.
Not that I know of. The mentioned packages are great for that, but I too would like to see some offline-first capabilities in Meteor.