firestore_model 0.7.0
firestore_model: ^0.7.0 copied to clipboard
Firestore Model easy to use firestore collections by model data
0.7.0 #
- add
FieldValuefields options:increment: increment field valuedecrement: decrement field valuearrayUnion: union elements to arrayarrayRemove: remove elements from arrayremove: remove field from document
0.6.0 #
- modify
pathdocument in firestore database - modify
withTimestampsthis addcreatedAt&updatedAtto track document
0.5.0 #
- modify widgets builders:
ModelSingleBuilder: getfirstorfindby docId.ModelGetBuilder: get documents with anyqueryModelStreamGetBuilder: streamgetdocuments with anyqueryModelStreamSingleBuilder: streamfirstorfindby docId.
- fix read first document for
firstandfind.
0.4.0 #
- modify
find&&firstto add document id to current model. - modify documents in code.
0.2.0 #
- update documentations.
0.1.0 #
- initial release.