Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lupas lupas released this 30 Dec 14:47
· 62 commits to master since this release

setToFirestore()

  • Now takes in an optional third argument batch, which takes in an uncommited batch and returns it with the .set() added to the batch.

queryFirestore()

  • Now takes in an optional second argument asObject, returning a map of objects instead of an array of objects if set to true.

unwrapFirestoreDoc()

  • same as queryFirestore()

Thanks to @Command2017 for these new features! 👍