firestore_ref 0.9.2+3 copy "firestore_ref: ^0.9.2+3" to clipboard
firestore_ref: ^0.9.2+3 copied to clipboard

outdated

Firestore reference/document typed acccess helpers. You can write organized safe code by this.

0.9.2 #

  • Add ISO8601Converter

0.9.1 #

  • Support GetOptions

0.9.0 #

  • Upgrade cloud_firestore to ^0.14.0
  • There are some breaking changes to change DocumentRef to more strong typed

0.8.21 #

  • Add FirestoreOperationCounter
    • If recordFirestoreOperationCount(default: false) is true, all operations is logged on memory and trace them.

0.8.20 #

  • Add emptyCollectionIfNull to DocumentReferenceSetConverter/DocumentReferenceListConverter

0.8.19 #

  • Make DocumentReferenceSetConverter to const

0.8.18 #

  • Add == and hashCode to DocumentRef and CollectionRef

0.8.17 #

  • Omit createdAt of replacingTimestamp

0.8.16 #

  • Fix DocumentReferenceListConverter

0.8.15 #

  • Add ColorConverter

0.8.14 #

  • Rename to documentListResult and make it public

0.8.13 #

  • Add map version of documents, which is updated efficiently same as list

0.8.12 #

  • Support paging

0.8.11 #

  • Fix a bug when documents is called multiple times

0.8.10 #

  • Add useFirestoreEmulator function

0.8.9 #

  • Fix Document's id error when ref is null

0.8.8 #

  • Add deleteDocuments function

0.8.7 #

  • Some cleanup

0.8.3 #

  • Change deleteAllDocuments return type to Future<List

0.8.2 #

  • Change deleteAllDocuments return type to Future<List

0.8.1 #

  • Add deleteAllDocuments to CollectionRef

0.8.0 #

  • Use freezed at example
  • Refactor encoder/decoder
  • Support transaction
  • Change Document id(String) to ref(DocumentReference)

0.7.0 #

  • Delete helper methods in favor of cloud_firestore_web

0.6.0 #

0.5.1 #

0.5.0 #

  • Update dependencies

0.4.1 #

  • Fix documentID bug

0.4.0 #

  • Dart version: >=2.6.0-dev
  • Use extension

0.3.0 #

  • Update to firebase 6.0.0
  • Support collection group query for web

0.2.2 #

  • Set configureFirestore's persistenceEnabled default value to true.

0.2.1 #

  • Rename to data from json

0.2.0 #

  • Support for web.

0.1.0 #

  • Several enhancements.

0.0.3 #

  • Support batch write.

0.0.2 #

  • Add parseJson.

0.0.1 #

  • Initial release.
25
likes
0
pub points
68%
popularity

Publisher

verified publishermono0926.com

Firestore reference/document typed acccess helpers. You can write organized safe code by this.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cloud_firestore, disposable_provider, flutter, json_annotation, meta, quiver, rxdart, simple_logger, subscription_holder

More

Packages that depend on firestore_ref