I want to download an entire folder from Firebase storage. I can download single files using DownloadURL as follows, but it does not work for folders. How to download entire folder from Firebase? Answer There is no API in Firebase Storage to download all files in a folder. You will have to download the files one by one, or create
Tag: firebase-storage
Setting limits on file uploads via Firebase auth and storage without server in the middle?
I’m learning about Firebase auth and storage in a web app. My idea asks users to login via Firebase and then upload an image. I can see that this is possible from Firebase auth and storage. However, I would like to put limits on the file count and file-size they can upload. Is it possible to control uploads within the