Releases: hannojg/react-native-firebase-hooks
Releases · hannojg/react-native-firebase-hooks
Release 0.5.0
0.5.0 (2022-07-04)
Features
- add reload callback to
use*Once
- feat: adds inactive request protection to Firestore *Once methods (mirror 201) (#4) (5cca81d)
Bug Fixes
use*Once
hooks weren't updating data when query or docRef changed
Release 0.4.1
0.4.1 (2022-07-04)
Bug Fixes
- update data when query changes, fix #2 (4796c41)
Release 0.4.0
0.4.0 (2021-12-21)
Bug Fixes
- types: option type broken on useCollectionDataOnce (5b1ef71)
Release 0.3.3
0.3.3 (2021-12-17)
Bug Fixes
- issue where when passing options to useDocument/useCollection an infinity loop has been caused (cf908ff)
Release 0.2.1
0.2.1 (2021-12-10)
Bug Fixes
- better return type of Data - when no options are used it returns the doc type (7163295)
Release 0.2.0
0.2.0 (2021-12-10)
Features
- improved types to properly infer and include IDField and RefField options (7b28316)