Get a document from a Google Cloud Firestore collection.
yaml
type: "io.kestra.plugin.gcp.firestore.get"Get a document from its path.
yaml
id: gcp_firestore_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.gcp.firestore.Get
collection: "persons"
childPath: "1"
The Firestore document child path.
The Firestore collection
Default
(default)The Firestore database ID to use with this client
If you don't specify a database, the Firestore client libraries and the Google Cloud CLI connect to the (default) database by default.
The GCP service account to impersonate.
The GCP project ID.
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used.
The GCP service account.
Map containing the fetched document.