Skip to content

Releases: FirebaseExtended/reactfire

v2.0.0

27 Feb 00:13
325415e
Compare
Choose a tag to compare

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

26 Feb 23:04
325415e
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

Addressed an edge case in useObservable. See #220 for details.

v2.0.0-rc.2

26 Feb 07:26
8a54d42
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

API improvements and bug fixes for preload* functions. See #218 and #219 for details.

v2.0.0-rc.1

20 Feb 21:35
3cebaa9
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Latest candidate of ReactFire 2, see #215 for more information on the changes.

v2.0.0-rc.0

12 Feb 23:48
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

First release candidate of ReactFire 2.0! See #135 for details.

v2.0.0-alpha.2

10 Jul 18:07
9506af4
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

See #135 for details.

Deprecation

16 Mar 15:50
4cf6799
Compare
Choose a tag to compare

ReactFire is deprecated. To use Firebase in React application you can use either:

v1.0.0

25 May 23:56
Compare
Choose a tag to compare
  • See the Firebase migration guide for instructions on how to upgrade to the Firebase 3.x.x SDK.
  • Upgraded the firebase dependency to 3.x.x. ReactFire will continue to work with Firebase 2.x.x as well.

v0.7.0

22 Apr 17:22
Compare
Choose a tag to compare
  • Upgraded React dependency to 15.x.x (thanks to @ThariqS).

v0.6.0

04 Feb 00:10
Compare
Choose a tag to compare
  • Upgraded React dependency to 0.14.x.
  • React and Firebase are now specified as peerDependencies in the package.json instead of regular dependencies.