Releases: andipaetzold/react-firehooks
Releases · andipaetzold/react-firehooks
v1.4.0
1.4.0 (2021-10-17)
Bug Fixes
- auth: don't return loading state if currentUser is set (fa53819)
Features
- messaging: add useMessagingToken (#9) (8bc1f4e)
v1.3.1
1.3.1 (2021-10-17)
Bug Fixes
- auth: skip initial load if currentUser is set (b345137)
v1.3.0
1.3.0 (2021-10-17)
Features
- database: add converter option to useObjectValue hooks (8cb8511)
v1.2.4
1.2.4 (2021-10-15)
Bug Fixes
- database: correctly name useObject & useObjectOnce (4c7b83e)
- database: export all hooks (704065c)
v1.2.3
1.2.3 (2021-10-15)
Bug Fixes
- database: use new query when changing from/to undefined (a096c41)
- firestore: use new ref/query when changing from/to undefined (981ec92)
v1.2.2
1.2.2 (2021-10-15)
Bug Fixes
- firestore: remove GetOptions (cd08bd3)
v1.2.1
1.2.1 (2021-10-15)
Bug Fixes
- mark modules as side-effect-free (235029e)
v1.2.0
1.2.0 (2021-10-15)
Features
- auth: add auth module (12ab9ca)
- database: add database module (e202767)
v1.1.2
1.1.2 (2021-10-14)
Bug Fixes
- export individual modules with package.json (18ab7e3)
v1.1.2-next.1
Bug Fixes
- add modules to files of package.json (a85a39f)
- allow importing modules individually (c6e50f5)
- allow null & undefined as storage reference (1fa0a6b)
- do not change pkgRoot (d7b40ef)
- run build before release (5a95393)