FIRESTORE DATA MANAGER: using bulk/upload CSV how can i upload a list of images?

Resolved

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

2 replies