For web. Hey is there any possible to download url of files from firestore storage without providing the file name in the storage reference ? Like if we have to download and display all the images from a particular folder, is it must to know the names of all the files uploaded in that folder ?
Asked
Active
Viewed 613 times
1 Answers
1
If you want a download URL for a file, as shown in the documentation, you will have to know the full path of the file. There are no wildcards or folder links.

Doug Stevenson
- 297,357
- 32
- 422
- 441