Set
yaml
type: "io.kestra.plugin.gcp.firestore.set"
Examples
yaml
id: gcp_firestore_set
namespace: company.team
tasks:
- id: set
type: io.kestra.plugin.gcp.firestore.Set
collection: "persons"
document:
firstname: "John"
lastname: "Doe"
yaml
id: gcp_firestore_set
namespace: company.team
inputs:
- id: json_string
type: STRING
default: "{"firstname": "John", "lastname": "Doe"}"
tasks:
- id: set
type: io.kestra.plugin.gcp.firestore.Set
collection: "persons"
document: "{{ inputs.json_string }}"
Properties
childPath string
collection string
document stringobject
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
Outputs
updatedTime string
Format
date-time