Create, Update & Get Docs in Google Cloud Firestore - n8n Workflow | Neura Market
Create, Update & Get Docs in Google Cloud Firestore
Automate creating, updating, and retrieving documents in Google Cloud Firestore using n8n. Ideal for database operations with manual trigger and dynamic data handling.
This n8n workflow demonstrates core operations on Google Cloud Firestore: creating a new document, updating an existing one via upsert, and preparing for retrieval. It starts with a manual trigger, sets initial data (e.g., id=1, name='n8n'), creates a document in the 'n8n' collection of the 'docs-f8925' project, captures the generated document ID, then sets updated data (name='nodemation') and performs an upsert using the captured ID as the update key. While the preview focuses on create and ups
Platform
n8n
Category
Utilities
Price
$9.99
Creator
Jose Maurino
google-cloud-firestore
database
create-document
update-document
upsert
automation
cloud-storage
nosql
n8n-workflow
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.