ListenResponse: ListenResponse Object

View source: R/firestore_objects.R

ListenResponseR Documentation

ListenResponse Object

Description

ListenResponse Object

Usage

ListenResponse(
  documentRemove = NULL,
  documentDelete = NULL,
  targetChange = NULL,
  documentChange = NULL,
  filter = NULL
)

Arguments

documentRemove

A Document has been removed from a target (because it is no longer relevant to that target)

documentDelete

A Document has been deleted

targetChange

Targets have changed

documentChange

A Document has changed

filter

A filter to apply to the set of documents previously returned for the given target

Details

Autogenerated via gar_create_api_objects The response for Firestore.Listen.

Value

ListenResponse object


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