Skip to content

Releases: FirebaseExtended/reactfire

v4.2.3

Choose a tag to compare

@jhuleatt jhuleatt released this 27 Jun 13:43
9754f86

What's Changed

  • [fix] Remove useUser's initialData override by @jhuleatt in #539

Full Changelog: v4.2.2...v4.2.3

v4.2.2

Choose a tag to compare

@jhuleatt jhuleatt released this 17 Aug 17:35
f6d2351

What's Changed

  • [auth] fix flash of loading state from useUser #521
  • Move build from TSDX to Vite #534

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

Choose a tag to compare

@jhuleatt jhuleatt released this 16 Nov 15:22
f768f4d

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

  • Clarify need for providers in docs by @jhuleatt in #460
  • update link for useObservable by @Ajonp in #475
  • Update use.md by @Apfii in #481

✨ New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

Choose a tag to compare

@jhuleatt jhuleatt released this 16 Sep 14:57

New Features

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

Fixes

  • Add missing Cloud Functions hooks and provider (#444)
  • Update RxFire dependency to ^6.0.2 to get new types for Cloud Functions helper (FirebaseExtended/rxfire#34)
  • Internal cleanup: use RxFire's fromTask (#448)

v4.1.1

Choose a tag to compare

@jhuleatt jhuleatt released this 08 Sep 16:38
4929283

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

Choose a tag to compare

@jhuleatt jhuleatt released this 01 Sep 21:13
6fa717e

v4.0.1

Choose a tag to compare

@jhuleatt jhuleatt released this 01 Sep 19:05
14d368b
  • 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

Choose a tag to compare

@jhuleatt jhuleatt released this 25 Aug 16:35
f9fa66a

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

v4.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@jhuleatt jhuleatt released this 20 Aug 18:51
e80fc49
update to latest firebase deps (#424)

v4.0.0-rc.1

v4.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@jhuleatt jhuleatt released this 19 Aug 21:23
fix npm tag