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
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]