I drop a collection of json objects from the firebase database; I need to save this data to the phone and then upload it when the user sends it.
I also need to take photos and save, photos are associated with an object in the collection (type obj1.foto1
, obj1.foto2
, and so on).
When I upload I need to keep the association, I need to know of a plugin that allows saving json on android.