BuildShip Logo
BuildShip Community

Add/Update Rows In Firestore

Adds or updates multiple documents in a Google Firestore collection in one batch operation. Accepts a Firestore project ID, collection name, and an array of document objects (with or without IDs). Returns an array with each document’s Firestore path, ID, and operation status. The workflow receives input via an API trigger, processes the batch insert or update using Firestore’s SDK, and outputs the results.

8

Report this template

Select the reason for reporting

Describe the issue in detail

Share template

Link to template

https://templates.buildship.com/template/1purskswSZvc/

Inputs

collection

fake_users

documents

Editor
This is a static example using sample inputs. Remix the template to run it with your own values.

Output