# prescottprue/react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.

Repository: https://github.com/prescottprue/react-redux-firebase
Canonical: https://ross.abutalabs.com/products/react-redux-firebase
Homepage: https://react-redux-firebase.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux, firebase, react, redux-observable, redux-thunk, react-bindings, redux-firebase, redux-bindings
Last push: 2026-08-26T16:05:23+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 56, longevity 100
- inputs: {"age_days": 3611, "days_push": 7, "days_rel": 83, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2533, forks 543 (observed 2026-08-28T04:06:59.045720+00:00)

## What it is
A JavaScript library providing Redux bindings for Firebase, including React Hooks and Higher Order Components for connecting Firebase Realtime Database, Firestore, Auth, and Storage to a Redux store. It handles automatic listener binding/unbinding, user profile loading, data population (joins), and supports SSR and React Native.

## Use cases
- sync firebase realtime database data into redux state
- manage firebase authentication state in a react redux app
- connect firestore collections to react components with hooks
- load user profiles automatically after login
- populate related firebase records like a join
- upload files to firebase storage with metadata in the database
- server-side render a react app backed by firebase

## When to choose
- your project already uses Redux and needs Firebase data in the store
- you need auth state, profiles, and queries managed declaratively via HOCs or hooks
- you want population/join-like behavior over flat Firebase data
- you need React Native or SSR support with Firebase and Redux

## When to avoid
- starting a new project without a Redux requirement (the README itself suggests reactfire)
- you use state management other than Redux
- you only need Firebase without React integration

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, auth, middleware
- domain: frontend, web-development, databases, developer-tools
- platform: cross-platform
- tags: redux, firebase, react-hooks, higher-order-components, firestore, realtime-database, react-native, ssr, nodejs, web-server

## Member repositories
- prescottprue/react-redux-firebase (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.045720+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:25:17.163609+00:00, confidence not recorded.
  - readme: https://github.com/prescottprue/react-redux-firebase (fetched 2026-08-28T04:06:59.045720+00:00, sha acc5051455e7)
  - homepage: https://react-redux-firebase.com (fetched 2026-08-29T10:07:53.832628+00:00, sha 7489ccb53cb8)
  - site_page: https://react-redux-firebase.com/docs/getting_started.html (fetched 2026-08-29T10:07:53.841847+00:00, sha 355b311a8daf)
  - site_page: https://react-redux-firebase.com/docs/auth.html (fetched 2026-08-29T10:07:53.843741+00:00, sha ac6ad9784dcc)
  - site_page: https://react-redux-firebase.com/docs/queries.html (fetched 2026-08-29T10:07:53.845703+00:00, sha 91e04a18f97d)
  - site_page: https://react-redux-firebase.com/docs/firestore.html (fetched 2026-08-29T10:07:53.847690+00:00, sha ce1a5b24a6a3)
  - site_page: https://react-redux-firebase.com/docs/populate.html (fetched 2026-08-29T10:07:53.849467+00:00, sha 97331e5d8ce8)
  - site_page: https://react-redux-firebase.com/docs/storage.html (fetched 2026-08-29T10:07:53.851260+00:00, sha e5e8564c9c80)
  - site_page: https://react-redux-firebase.com/docs/recipes (fetched 2026-08-29T10:07:53.852842+00:00, sha 87f6f0f839d0)
  - site_page: https://react-redux-firebase.com/docs/recipes/profile.html (fetched 2026-08-29T10:07:53.854336+00:00, sha fd3ddbb136cc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
