Releases: FirebaseExtended/reactfire
v2.0.0
ReactFire V2 ⚛️🔥
In 2019, we started a clean rewrite of ReactFire designed to take advantage of the latest React features. This is the result of all of the experimentation, testing, and community feedback that has happened since then!
While React Concurrent Mode is still only available in experimental builds of React, we're planning on keeping ReactFire's API as stable as possible.
Get started with the quickstart and see what's possible in the guide.
As always, we're open to feedback, so don't hesitate to file an issue! Happy coding!
v2.0.0-rc.3
Addressed an edge case in useObservable
. See #220 for details.
v2.0.0-rc.2
v2.0.0-rc.1
Latest candidate of ReactFire 2, see #215 for more information on the changes.
v2.0.0-rc.0
First release candidate of ReactFire 2.0! See #135 for details.
v2.0.0-alpha.2
See #135 for details.
Deprecation
ReactFire is deprecated. To use Firebase in React application you can use either:
- The Firebase JS SDK directly. Have a look at the Readme for samples of using the Firebase JS SDK in React and migration guides to the Firebase JS SDK.
- The react-redux-firebase library if you are using Redux in your React app.
- The Re-base library which is closer to ReactFire in design.
v1.0.0
- See the Firebase migration guide for instructions on how to upgrade to the Firebase
3.x.x
SDK. - Upgraded the
firebase
dependency to3.x.x
. ReactFire will continue to work with Firebase2.x.x
as well.
v0.7.0
v0.6.0
- Upgraded React dependency to 0.14.x.
- React and Firebase are now specified as
peerDependencies
in thepackage.json
instead of regulardependencies
.