How I can download folder of images from firebase storage and append in array?
My struct storage in firebase like this -
Storage.storage().reference().child("studioImages").child("cross +studio").child("СROSS в Москва-Сити").child("башня Око")
and then I have images with name:
HallOko.jpg
HallOko1.jpg
HallOko2.jpg
HallOko3.jpg
How i can load all four images in my empty array?