How to retrieve a one specific image in Firebase Storage?

Viewed 24

For example there are 10 folders in a storage and each folder have 5 images. How do I retrieve one specific image from each folder in a loop? or any methods.

1 Answers

Nevermind I got it.

I don't know if this is right but i just named the images some incrementing numbers using loop and retrieve the first one by calling "0".

But please if you have any suggestions, I would be glad.

Related