I am looking to download collections from my database in my app so it can be used offline. Essentially, when a user logs in with connection for the first time it will automatically store the collections so if they were to login without a signal the collections will still be available. Is there a way to populate collections into local storage that can be updated from the database? Any ideas? As you can tell i'm a bit of a rookie