Query
Query
yaml
type: "io.kestra.plugin.gcp.firestore.Query"Examples
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
collection string
databaseId string
Default
(default)fetchType string
Default
STOREPossible Values
STOREFETCHFETCH_ONENONEfilters Non-dynamicarray
Definitions
A filter for the where clause
field*Requiredstring
value*Requiredstring
operatorstring
Default
EQUAL_TOPossible Values
EQUAL_TONOT_EQUAL_TOLESS_THANLESS_THAN_OR_EQUAL_TOGREATER_THANGREATER_THAN_OR_EQUAL_TOimpersonatedServiceAccount string
limit integerstring
offset integerstring
orderBy string
orderDirection string
Default
ASCENDINGPossible Values
ASCENDINGDESCENDINGprojectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]serviceAccount string
Outputs
row object
rows array
size integer
uri string
Format
uriMetrics
records counter
Unit
records