I'm wondering how much data is kept in mini mongodb (client side) after a meteor app restarts. It seems like the user collection keeps the connected user information, since my app sign in automatically in offline mode, but I could not find any other collections I had locally before the restart (using the app offline).
I'm trying to allow my users to access some data when they have previously restarted their phone or app, perhaps they dont have internet connection at the moment. Thanks in advance.