What is the main purpose of the Google Cloud Firestore node in n8n?
This node allows you to interact directly with your Firestore NoSQL database, enabling complex workflow Integrations by performing operations like reading, writing, updating, or deleting documents and collections.
How do I configure authentication for the Firestore node?
Authentication typically uses a Google Service Account key file. You configure these credentials within the n8n system, which the Firestore node then uses securely to connect to your database. This is vital for secure Integrations.
Can the Firestore node be used as a trigger for a workflow?
Yes, the dedicated Firestore trigger allows workflows to automatically start upon specific database events, such as a new document being created, updated, or deleted in a specified collection. This automation starts the entire integration process.
What database operations are supported by this n8n node?
The node supports various database operations including getting specific documents, querying collections using filtering rules, setting specific fields, and executing batch operations, making it highly versatile for data processing Integrations.
How does the Firestore node handle data output?
The Firestore node retrieves data from the database and outputs it as structured JSON objects. This format ensures compatibility with subsequent nodes in the n8n workflow, guaranteeing seamless Integrations and data manipulation.