Precondition: Precondition Object

View source: R/firestore_objects.R

PreconditionR Documentation

Precondition Object

Description

Precondition Object

Usage

Precondition(updateTime = NULL, exists = NULL)

Arguments

updateTime

When set, the target document must exist and have been last updated at that time

exists

When set to true, the target document must exist

Details

Autogenerated via gar_create_api_objects A precondition on a document, used for conditional operations.

Value

Precondition object


robonomist/googleFirestore documentation built on Jan. 30, 2023, 6:39 p.m.