GoogleFirestore
Google Firestore sink connector
Descriptionâ
Write data to Google Firestore
Key featuresâ
Optionsâ
name | type | required | default value |
---|---|---|---|
project_id | string | yes | - |
collection | string | yes | - |
credentials | string | no | - |
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