Meteor mobile app local storage

Hi there,

I’ve been looking for meteor local storage on mobile apps, but I only found about GroundDB and the package as it seems only works for web meteor Apps, what I need is a meteor package that allow me to save on local mobile storage and when the user has connection, sync with production MongoDB, how can I accomplish that ?

Because the other alternative that I have is use MEAN stack and then use rest services with the mobile app, but I really like work with meteor.

Can you give me an advice?

Thank you.

1 Like

Hi, have you found a solution for this?

I need the same thing, thanks.

Can’t you just use the Cordova FileStorage api?

1 Like