Create, update, and get a document in Google Cloud Firestore

Create, update, and get a document in Google Cloud Firestore

Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
6
Node Types
0

Workflow JSON

3.87 KB
{
  "id": "179",
  "name": "Create, update, and get a document in Google Cloud Firestore",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Google Cloud Firestore",
      "type": "n8n-nodes-base.googleFirebaseCloudFirestore",
      "position": [
        650,
        300
      ],
      "parameters": {
        "columns": "id, name",
        "operation": "create",
        "projectId": "docs-f8925",
        "collection": "n8n"
      },
      "credentials": {
        "googleFirebaseCloudFirestoreOAuth2Api": "Cloud Firestore Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        450,
        300
      ],
      "parameters": {
        "values": {
          "number": [
            {
              "name": "id",
              "v...

Showing first 1000 characters. Click "Expand" to view the full JSON.