Skip to main content
Version: Next

GoogleFirestore

Google Firestore sink connector

Description

Write data to Google Firestore

Key features

Options

nametyperequireddefault value
project_idstringyes-
collectionstringyes-
credentialsstringno-

project_id [string]

The unique identifier for a Google Firestore database project.

collection [string]

The collection of Google Firestore.

credentials [string]

The credentials of Google Cloud service account, use base64 codec. If not set, need to check the GOOGLE APPLICATION CREDENTIALS environment exists.

common options

Sink plugin common parameters, please refer to Sink Common Options for details.

Example

GoogleFirestore {
project_id = "dummy-project-id",
collection = "dummy-collection",
credentials = "dummy-credentials"
}

Changelog

next version

  • Add Google Firestore Sink Connector