Home:ALL Converter>How to delete multiple images from firebase storage at a time in android studio

How to delete multiple images from firebase storage at a time in android studio

Ask Time:2020-06-03T00:39:22         Author:chethan kumar

Json Formatter

I’m using android studio with firebase, Is there a way to delete multiple images at a time from firebase storage for android

Author:chethan kumar,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62156931/how-to-delete-multiple-images-from-firebase-storage-at-a-time-in-android-studio
Doug Stevenson :

There is no API for bulk or batch deleting files in Cloud Storage. You will have to delete each one individually as described in the documentation.",
2020-06-02T16:48:36
yy