
Google Cloud Get
CertifiedGet a Firestore document
Google Cloud Get
Certified
Get a Firestore document
Fetches a single document by child path within the given collection and returns its fields.
yaml
type: io.kestra.plugin.gcp.firestore.GetExamples
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"
Properties
childPath *Requiredstring
Document path
Child path (relative to collection) of the document to fetch
collection string
Collection path
Target collection name or path
databaseId string
Default
(default)Database ID
Defaults to (default) if not provided
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
row object
Document fields
Map of the fetched document contents