I've been trying to upload a list of images with no luck, not sure what data format to add, here are the examples of what I've tried uploading:
Works but outputs the wrong format in firestore
imageList
arrayImage3,"https://picsum.photos/seed/712/600,https://picsum.photos/seed/712/600"
Looks like what firestore has, but fails upload
imageList
arrayImage3,["https://picsum.photos/seed/712/600","https://picsum.photos/seed/712/600"]
Here are screenshots
1. what to expect for a single doc manual upload, which works fine