--- title: Google Cloud Firestore node documentation description: Learn how to use the Google Cloud Firestore node in n8n. Follow technical documentation to integrate Google Cloud Firestore node into your workflows. contentType: [integration, reference] priority: medium --- # Google Cloud Firestore node Use the Google Cloud Firestore node to automate work in Google Cloud Firestore, and integrate Google Cloud Firestore with other applications. n8n has built-in support for a wide range of Google Cloud Firestore features, including creating, deleting, and getting documents. On this page, you'll find a list of operations the Google Cloud Firestore node supports and links to more resources. ```{note} Credentials Refer to [Google credentials](/08-0-0-Workflow/integrations/builtin/credentials/google/index.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Document * Create a document * Create/Update a document * Delete a document * Get a document * Get all documents from a collection * Runs a query against your documents * Collection * Get all root collections ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```