fire_crud 1.0.2 copy "fire_crud: ^1.0.2" to clipboard
fire_crud: ^1.0.2 copied to clipboard

CRUD Operations for firestore

1.0.2 #

  • Add transactions with txn("doc", (T in) => T out)
  • Add getCached("doc") which tries to read the cache before the server

1.0.1 #

  • Create stream builders

1.0.0 #

  • Initial Release