Download on local storage assets from database

Is there any way to let your app download assets from a database on the local storage during the first time someone opens the app and then recall the assets from local storage when needed? i need this to avoid paying millions in bandwitch from firebase… please haaalp

Yes. There should be a few examples of this on the forums if you search.

The idea is to loop through Firebase data and add rows to a local data source. This is a difficult task so be prepared to spend a while on it and probably fail a bunch of times. Back up your Firebase data just in case something happens.

1 Like