I've been studying the features of Storage and Firebase RealTime Database. In the case of RealTime DB, you can enable data persistence while offline by setPersistenceEnabled()
. Now you wanted to know how I do something like this in Storage? I need to save and provide references and media after uploading even when offline.
Note: this is my first question in stackoverflow. If the structure of the question is wrong, give me some help to improve!