Wrapper around a fetched objects that represent a Firestore document. It is supposed to be used as a regular JS object but has a hidden property that holds the meta data of the document.
That property is called __meta__
, it should not be modified, and is non-enumerable.
It is used internally to identify the document when writing the
data to the database.
Generated using TypeDoc
Wrapper around a fetched objects that represent a Firestore document. It is supposed to be used as a regular JS object but has a hidden property that holds the meta data of the document.
That property is called
__meta__
, it should not be modified, and is non-enumerable. It is used internally to identify the document when writing the data to the database.