yaml
type: "io.kestra.plugin.gcp.firestore.query"
yaml
id: gcp_firestore_query
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.gcp.firestore.Query
    collection: "persons"
    filters:
      - field: "lastname"
        value: "Doe"
Properties
Default STORE
Possible Values
STOREFETCHFETCH_ONENONE
SubType
Default ASCENDING
Possible Values
ASCENDINGDESCENDING
SubType string
Default ["https://www.googleapis.com/auth/cloud-platform"]
Format uri
Default EQUAL_TO
Possible Values
EQUAL_TONOT_EQUAL_TOLESS_THANLESS_THAN_OR_EQUAL_TOGREATER_THANGREATER_THAN_OR_EQUAL_TO