How to list every element of storage files in firebase.
In the official documentation there is no any word, about this. https://github.com/thisbejim/Pyrebase
I want to iterate storage files: I use pyrebase, my code:
firebase = pyrebase.initialize_app(config)
db = firebase.database()
storage = firebase.storage()