Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • Document

Indexable

[key: string]: any

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.

Index

Constructors

Properties

Constructors

constructor

Properties

__meta__

__meta__: Meta

Legend

Generated using TypeDoc