meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

Someway to avoid or prevent local minimongo data removal #404

Open paranoico opened 3 years ago

paranoico commented 3 years ago

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:

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.

StorytellerCZ commented 3 years ago

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.