firestore_model 0.8.0 firestore_model: ^0.8.0 copied to clipboard
Firestore Model easy to use firestore collections by model data
0.8.0 #
- modify support
subCollections
by parent model - modify
builders
supportsubCollections
byparentModel
- update documentation
0.7.0 #
- add
FieldValue
fields options:increment
: increment field valuedecrement
: decrement field valuearrayUnion
: union elements to arrayarrayRemove
: remove elements from arrayremove
: remove field from document
0.6.0 #
- modify
path
document in firestore database - modify
withTimestamps
this addcreatedAt
&updatedAt
to track document
0.5.0 #
- modify widgets builders:
ModelSingleBuilder
: getfirst
orfind
by docId.ModelGetBuilder
: get documents with anyquery
ModelStreamGetBuilder
: streamget
documents with anyquery
ModelStreamSingleBuilder
: streamfirst
orfind
by docId.
- fix read first document for
first
andfind
.
0.4.0 #
- modify
find
&&first
to add document id to current model. - modify documents in code.
0.2.0 #
- update documentations.
0.1.0 #
- initial release.