Is it possible to store data during offline on a mobile app (minimongo) in Meteor?

I wonder if it is possible to implement persistent data storage on a mobile app in order to enable the app continue to function when there is no connection with the server after restarting the app. Is there a way to implement the offline-data feature by using Meteor libraries or packages ?

The usual recommendation is to use ground:db.

1 Like

Thank you @robfallows. I saw it at the forum, but I was not sure if that package was still updated.