Open
Description
For example:
- first open the app and subscribe the data
- fetch the data using MeteorListView minimongo
- in this case, when turning off ddp connection we can still get the data because data saved to minimongo
- close the app completely (not only to background)
- re open the apps, and the data still persist without ddp connection or resubscribe (is this possible)?
How do you think @Mokto