I'm doing tests with Firebase
in Android
and I'd like to use it in a project in the that an app has to download master data before the user can work with the app.
An example would be if we imagine an application with offline support to design cars, before you can design a car the application should download the vehicle design master data:
engines, wheels, steering wheels, doors, colors, seats ...
All these master data represent a significant volume of transfer.
My question is:
Do you know any way to download all this data with FireBase
, showing the user the typical ProgressDialog
? Something like what is done with Replication in CouchBase