Unable to store multiple Files in a firebase storage directory using flutter. #8553
Unanswered
ShimronAlakkal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on this app where you could select multiple images and upload it to a directory in firebase storage. After the upload, It's supposed to return the urls of the images uploaded.
The image url retrieval function
However, when the above function is called, only the first File provided in the files list is uploaded and the url of that file is returned but not the others. I've also tried doing it like this but there hasn't been any difference in the output.
Beta Was this translation helpful? Give feedback.
All reactions