0
I have been studying the functionalities of Storage (storage of media and files) and Firebase’s Realtime Database. In the case of Realtime DB, it is possible to enable data persistence while offline by setPersistenceEnabled()
. Now I wanted to know how do I do something like this in Storage? I need to save and provide references and media after uploading even while offline.
Note: this is my first question in stackoverflow. In case the question structure is wrong give me a help to improve!