Download Latest Version v4.0.0 source code.zip (2.9 MB)
Email in envelope

Get an email when there's a new version of react-redux-firebase

Home / v4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-11 777 Bytes
v4.0.0 source code.tar.gz 2026-06-11 2.7 MB
v4.0.0 source code.zip 2026-06-11 2.9 MB
Totals: 3 Items   5.6 MB 0

Breaking Changes

  • requires Node >=20
  • UMD browser bundles (dist/, unpkg) are no longer published
  • gitbook docs tooling removed

Features

  • modernize toolchain to Node 20+, vitest, and Biome (v4)
  • enable tree shaking with sideEffects flag

Fixes

  • support React 19 by moving Provider defaults out of defaultProps - react 19 removed defaultProps for function components, which silently disabled auth initialization (initializeAuth defaulted via defaultProps) for consumers not passing it explicitly

  • target exactly which files to publish - the denylist approach was already leaking codecov.yml, .codeclimate.yml, CONTRIBUTING.md, and a stale dist/ into the tarball, and would have shipped any future additions (CLAUDE.md, .claude/, etc.) by default.

Source: README.md, updated 2026-06-11