step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage

Repository from Github https://github.comstep-up-labs/firebase-storage-dotnetRepository from Github https://github.comstep-up-labs/firebase-storage-dotnet

how to get all the urls of files in a folder

kormemis opened this issue · comments

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

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

commented

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.

commented

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