pure_firestore 0.1.3 copy "pure_firestore: ^0.1.3" to clipboard
pure_firestore: ^0.1.3 copied to clipboard

Pure dart firestore client

pure_firestore #

Pure dart firestore client.

Currently, I use the library only for testing, but I may make it compatible with official firestore clients.

Note that the library is in very early stage.

Roadmap #

  • Test using firestore emulator (with firestore.rules)
  • Snapshot listeners.
  • Transaction (maybe, as I don't use transaction from a client)
  • Batch (maybe, as I don't use batch from a client)