I am trying to download 5 images (named 1,2…5)and want add in a list with name 1.jpg,2.jpg…
I tried with Clock delay block but while operation i am getting all images but all are having name 5.jpg.Actually i want once i download image it should get name 1.jpg and second should get 2.jpg and so on…
Because it takes time to download. Your app changes index to 1 and after like a millisecond to 2, then 3, 4 and finally 5. So instead you should do when firebase download ended download next file
I have created guide topic right now about downloading image with delay unit it completes
but it gone for approval so please wait till it get approved.
Use procedure in which you set url of downloading file and its name. And call firebase download. When download complete then again call procedure and change data and start download.
Follow same logic building of following post I have explained everything in it.
Hi,
I seen that post but u have used procedure to call download file but with firebase download i am not getting that option.
I sent you aia pls check it …