Is it possible to upload data in batch in Firebase? Say I have a collection into which I want to store 100 documents with the same fields but different field values. I have the data ready in a CSV or other text format. Is there a way to upload this data in batches? One of the fields in the documents is of imageUrl type and is a reference (pathname) to an image in Cloud Storage. How can I download paths from Storage? Thank you for your help in advance. bests