How to upload bulk images in firebase

is there is any way to upload bulk images in fir-base like in my application user select select image through image picker and save image to global initializing list. after that when user click button x call fir base to upload image to fire base.
i tried to use “for each item in list do” and for each number From X to Y by Z Do, but that didn’t work too.

Use after upload complete block and global variable to determine the image

1 Like

that was mine mistake i was using companion to upload to firebase. i forgot that firbase component will not work in testing. :sweat_smile:
now its working fine

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.