Firestore ORM Guide
Modules
firestore
Classes
Context
Members
defaultOptions
EVENTS
Methods
run
create
createOrOverwrite
delete
enableModelCache
get
getModelDiffs
makeReadOnly
updateWithoutRead
Data
DeletedTwiceError
GenericModelError
InvalidFieldError
InvalidOptionsError
InvalidParameterError
ModelAlreadyExistsError
TransactionFailedError
WriteAttemptedInReadOnlyTxError
Model
Members
collectionName
FIELDS
KEY
Methods
data
key
makeQuery
runQuery
finalize
getField
getSnapshot
toString
ModelTrackedTwiceError
UniqueKeyList
Namespaces
Errors
Global
Errors
#
ModelAlreadyExistsError
()
Thrown when a model is to be created, but DB already has an doc with the same key.
new
ModelAlreadyExistsError
()
errors.js
,
line 91