
Get
Get a document from a Google Cloud Firestore collection.
Get a document from a Google Cloud Firestore collection.
Get a document from a Google Cloud Firestore collection.
type: "io.kestra.plugin.gcp.firestore.Get"Examples
Get a document from its path.
id: gcp_firestore_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.gcp.firestore.Get
collection: "persons"
childPath: "1"
Properties
childPath*Requiredstring
The Firestore document child path.
collectionstring
The Firestore collection
databaseIdstring
(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.
impersonatedServiceAccountstring
The GCP service account to impersonate.
projectIdstring
The GCP project ID.
scopesarray
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used.
serviceAccountstring
The GCP service account.
Outputs
rowobject
Map containing the fetched document.