step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
143 stars 36 forks source link

how to get all the urls of files in a folder #22

Closed kormemis closed 4 years ago

kormemis commented 6 years ago

how can I get a list of file url in a folder ? is there a way to get list of all files ?

gtaylor44 commented 5 years ago

I don't think this is possible.

You will need to store meta data with a database and fetch from there. You can use cloud functions to hook into file storage CRUD events and make this an atomic operation.

https://stackoverflow.com/questions/37335102/how-to-get-a-list-of-all-files-in-cloud-storage-in-a-firebase-app

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing the issue due to inactivity. Feel free to re-open