Is it possible to pre-download the synced cloud realm, to be downloaded with the apps binary from its respective app store?
I have a large read-only dataset which is about 300mb, I’d like to have this entire dataset available on each users device for offline use. But at 300mb, this will quickly chew up the allotted 20gb of bandwidth provided on the initial cloud plan. Is there any way of offloading the initial download of the database to another source, either in the binary OR a S3 download, or other source?
How would one architect an application with a large (300mb) dataset that cannot be easily broken up into subsets of smaller Realms, while still wanting to utilize syncing and offline support?
Thanks!
-Wes