Hi
I am wondering how to store multiple Uploaded Local files in one list using the Custom function.
Flow.
1. User uploads up to 5 images (Local Upload)
2.When the user presses the [Upload] button, the multiple images are uploaded to Firebase.
Question
I am looking for a way to store multiple Local Uploaded images in a list and upload them all at once to Firebase.
The Code in the attached image works when I set 5 images, but when I try to Upload less than 5 images, it does not work.
Does anyone have any knowledge on this solution?