I am manually upload my images to firebase storage console in web. I want to download all images to my flutter android app. But it is getting only one image at a time with getDownloadUrl() method.
In android, listAll() method List all items (files) and prefixes (folders) under this StorageReference.
Like this, anyone suggest me in flutter.
I saw stack over flow answers like there is no api for download all images at once. But any suggestion/ideas would be great.