I am trying to get list of images stored in Firebase storage. I have created a folder named "images". Now i am trying to get all images those exist there. So please tell me how can i do this. Thanks in advance.
Asked
Active
Viewed 28 times
0
-
You cant. you have to store the "downloadUrl", or the specific storage location of each image in the Database, and then retrieve it from there. – Nirel Dec 04 '16 at 11:31
-
Check this already answered question [How to get an array with all pictures?](http://stackoverflow.com/a/37337436/5932049) – Ch Vas Dec 04 '16 at 11:36
-
I have seen this answer but not found any solution. – Faisal Khan Dec 04 '16 at 11:41
-
1There is no API to get a list of images from Firebase Storage. You'll need to store the list elsewhere, such as in the Firebase Database. If you're having trouble making this work, share the [minimal code that reproduces where you are stuck](http://stackoverflow.com/help/mcve). – Frank van Puffelen Dec 04 '16 at 11:43
-
Thanks @FrankvanPuffelen for your answer – Faisal Khan Dec 05 '16 at 08:42