Releases: FirebaseExtended/reactfire
Releases · FirebaseExtended/reactfire
v4.0.0-rc.0
ReactFire v4 initial release candidate
Discussion in #402
v3.0.0
v3.0.0-rc.3
- update to rxfire
[email protected]
(issue #401) - fix
useSigninCheck
naming error (#410)
v3.0.0-rc.2
Fix support for rxjs v6.6.3 (#397)
v3.0.0-rc.1
- Mark startWithValue deprecated and alias it to initialData (#310)
- SuspenseWithPerf jsdom compatibility (#324)
- Obey the Rules of Hooks (#367)
- Update Firestore generics (#366)
- Set hasEmitted for initialData (#370)
- Deprecate
AuthCheck
andClaimsCheck
components in favor ofuseSigninCheck
hook (#368) useSdk
: only check hasValue if suspense mode (#373)- Update rxfire and rxjs (#372)
v3.0.0-rc.0
First release candidate of ReactFire 3.0, which supports React stable.
v2.0.4
v2.0.3
v2.0.2
Fixed compatibility with the new builds of Firestore & dropped a bundled polyfill for globalThis
as it wasn't complete. Note you may need to polyfill globalThis
as a result.
v2.0.1
Fix for the 2.0.0
build failure due to an accidental release on @latest
.