Get
Get
yaml
type: "io.kestra.plugin.gcp.firestore.Get"Examples
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
collection string
databaseId string
Default
(default)impersonatedServiceAccount string
projectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]