Reactfire Versions Save

Hooks, Context Providers, and Components that make it easy to interact with Firebase.

v4.2.3

10 months ago

What's Changed

Full Changelog: https://github.com/FirebaseExtended/reactfire/compare/v4.2.2...v4.2.3

v4.2.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FirebaseExtended/reactfire/compare/v4.2.1...v4.2.2

v4.2.1

2 years ago

What's Changed

Fixes

Note: this is a very niche use case for those using ReactFire with a custom reconciler. Most ReactFire devs shouldn't import the *SdkContexts directly.

Dependency updates

Docs improvements

✨ New Contributors

Full Changelog: https://github.com/FirebaseExtended/reactfire/compare/v4.2.0...v4.2.1

v4.2.0

2 years ago

New Features

  • add useCallableFunctionResponse hook to make it easier to call a function on render (#449)

Fixes

v4.1.1

2 years ago

Fix an issue where ReactFire hooks wouldn't move past the loading state if undefined was the first value emitted (PR #446, Issue #440)

v4.1.0

2 years ago
  • New Feature: Adds support for App Check (PR #430, Issue #406)

v4.0.1

2 years ago
  • Update lockfile (fixes #433)
  • Add missing Analytics exports (useAnalytics, AnalyticsProvider, useInitAnalytics) (PR #431)

    Thank you @shiiinji!

  • [internal cleanup] Use RxFire's remote config implementation instead of a custom ReactFire implementation (PR #434)

    Thank you @sujishpatel!

  • [internal cleanup] Use @ts-expect-error instead of @ts-ignore for safer typings (PR #435)

    Thank you @sujishpatel!

v4.0.0

2 years ago

ReactFire version 4 supports Firebase version 9. Firebase v9 introduces a new API that is more tree-shakeable, which should result in reduced bundle size and therefore faster page loads for your users!

ReactFire v3 -> v4 upgrade guide

Check out discussion #402 for more context.

ReactFire v3 source is available in the v3 branch.

v4.0.0-rc.2

2 years ago

v4.0.0-rc.1

2 years ago