Use Cases
- Automate document creation in Google Cloud Firestore for new projects.
- Update existing documents in Firestore based on user input.
- Retrieve and display updated documents for reporting or analysis.
How It Works
Trigger the workflow manually to start the process. Set initial values for document creation, including ID and name. Create a new document in the specified Firestore collection. Prepare updated values for an existing document using its ID. Upsert (update or insert) the document in Firestore. Retrieve the updated document for further actions.
Setup Steps
- 1Import the workflow template into n8n.
- 2Manually trigger the workflow to initiate the process.
- 3Set the values for the new document in the 'Set' node.
- 4Execute the workflow to create the document in Firestore.
- 5Update the document using the 'Set1' node with the retrieved document ID.
- 6Run the workflow again to see the updated document.
Apps Used
Google Cloud Firestore
Categories
Target Roles
Industries
Tags
#document automation
#process automation
#workflow management