Getting images from firebase storage and rendering them with a map function
问题 I current have a folder in my firebase storage that looks like this: enter image description here I am trying to map through a cloud firestore collection and rendering a screen with list items that have the corresponding info and the image. My document field include IDs that have 0 and 1 for example so I have an easier method of finding the images that I have on firebase storage folder. This is the code I'm using to render: renderAccordion() { return this.state.accordionarr.map((item,index) =