I\'m using Google Firebase in a Swift iOS project. I have a part of my app where the user selects more than 1 photo from their device to upload. I\'m trying to find the best
"You'd indeed just loop and upload them individually. Your iOS user might also appreciate if you upload them one at a time, so that they can abort the upload midways through without losing progress on all images." – Frank van Puffelen