I am successfully managing to take a photo and upload it to firebase if I have an internet connection. I have also seen that you can set firebase database to persist data when offline but I can't see any documentation on if this is possible with firebase storage.
If this isn't possible what is the best way to approach this if any? Should I save images as base64 then to sharedPreferences? Or as actual files then upload them?
Thanks for any insights