Skip to content

Releases: tylim88/Firelord

2.4.9, 2.4.10. 2.4.12

13 Apr 14:16
Compare
Choose a tag to compare

2.4.9

2.4.10

2.4.12

  • fix, when filtering by document id and the value type is string, throw error even though document id type is string

query(collectionRef, where(documentId(), '!=', 'a' as string)) use to always throw error, now only throw if document id type is is string literal(not wide type string)

2.4.7

30 Mar 00:57
Compare
Choose a tag to compare

2.4.0

22 Mar 22:16
Compare
Choose a tag to compare

2.3.10

21 Mar 17:08
Compare
Choose a tag to compare

add native Byte type

2.3.7

09 Mar 19:43
Compare
Choose a tag to compare
  • No longer export Firestore Bytes, please import Bytes from Firestore instead

2.3.1

11 Feb 01:20
Compare
Choose a tag to compare

2.1.0

19 Sep 10:11
Compare
Choose a tag to compare
  • fix incorrect id, path, and parent types of collection reference
  • narrow the id type of document reference
  • add more tests and more code for doc
  • remove offset prop of collection reference

1.8.0

19 Sep 10:11
Compare
Choose a tag to compare
  • fix incorrect id, path, and parent types of collection reference
  • narrow the id type of document reference

add new arguments for runTransaction and better in code documentation

08 Sep 14:46
Compare
Choose a tag to compare
  • fix missing code documentation
  • housekeeping in code documentation
  • refactor types
  • add new argument TransactionOptions to runTransaction (new feature)
  • add firebase-admin as peerDependencies
  • reduce compile size
  • further simplify typing
  • update eslint (internal)