Releases: tylim88/Firelord
Releases · tylim88/Firelord
2.4.9, 2.4.10. 2.4.12
2.4.9
- add new utility type for abstraction
GetDocIds
, useful if you want to abstract document id, see https://firelordjs.com/guides/abstractdocandcolids/
2.4.10
- add new utility type for abstraction
GetCollectionIds
, useful if you want to abstract collection id, see https://firelordjs.com/guides/abstractdocandcolids/
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
2.4.0
2.3.10
2.3.7
2.3.1
2.1.0
1.8.0
add new arguments for runTransaction and better in code documentation
- 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)