I have stored users photos in firebase with unique names using NSUUID. I can delete the images with a reference to their exact names one after the other. My question is, I had like to get all the photos names for bulk deletion but how?
Asked
Active
Viewed 560 times
1 Answers
1
There is no public API in Firebase to list the files in Cloud Storage. So unless you already have a list of the names, you will have to either delete them from the Firebase console, or by using the Google Cloud Storage API.
See:

Frank van Puffelen
- 565,676
- 79
- 828
- 807