How do you write custom code to package multiple photos a user uploads into a zip file to upload to an API?

Hi! So in my app, users tap a button with the action of "Upload media to Firebase" to upload multiple photos of themselves. However, I'm trying to package all of those photos into a zip file to upload to an API. How do I write custom code to package all the photos the user uploads into a zip file and then upload that zip file of photos to an API?

3
7 replies