Google Cloud Get

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.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"
Properties

Document path

Child path (relative to collection) of the document to fetch

Collection path

Target collection name or path

Default(default)

Database ID

Defaults to (default) if not provided

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

The GCP project ID

SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]

The GCP scopes to be used

The GCP service account

Document fields

Map of the fetched document contents