{"id":22407552,"url":"https://github.com/thadeuluz/reduxfire","last_synced_at":"2026-05-02T23:35:55.288Z","repository":{"id":57351928,"uuid":"101918826","full_name":"ThadeuLuz/reduxfire","owner":"ThadeuLuz","description":"ReduxFire is a way to integrate Firebase data into your Redux application","archived":false,"fork":false,"pushed_at":"2023-04-19T02:11:15.000Z","size":201,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T01:08:23.206Z","etag":null,"topics":["dispatch-actions","firebase","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThadeuLuz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-30T19:05:48.000Z","updated_at":"2018-04-12T22:47:31.000Z","dependencies_parsed_at":"2025-02-01T07:24:59.359Z","dependency_job_id":"108535d6-0aee-49ce-a595-05a0a06e9947","html_url":"https://github.com/ThadeuLuz/reduxfire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThadeuLuz%2Freduxfire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThadeuLuz%2Freduxfire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThadeuLuz%2Freduxfire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThadeuLuz%2Freduxfire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThadeuLuz","download_url":"https://codeload.github.com/ThadeuLuz/reduxfire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767269,"owners_count":20668822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dispatch-actions","firebase","redux"],"created_at":"2024-12-05T11:14:44.644Z","updated_at":"2025-10-16T02:46:15.959Z","avatar_url":"https://github.com/ThadeuLuz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReduxFire ![Travis](https://travis-ci.org/ThadeuLuz/reduxfire.svg?branch=master) [![npm version](https://badge.fury.io/js/reduxfire.svg)](https://badge.fury.io/js/reduxfire)\n\n[Redux](http://redux.js.org/) is a predictable state container for JavaScript apps. [Firebase](https://firebase.google.com/) complements it perfectly by providing an\neasy-to-use, realtime data source for populating redux's `state` by dispatching actions. With ReduxFire, it\nonly takes a few lines of JavaScript to integrate Firebase data into your (pure|React|Angular|Vue|*) Redux application.\n\nThis project aims to follow the API of the official [ReactFire](https://github.com/firebase/reactfire) package, with a few additional functionalities.\n\n\n\n## Table of Contents\n\n * [Getting Started With Firebase](#getting-started-with-firebase)\n * [Downloading ReduxFire](#downloading-reduxfire)\n * [Documentation](#documentation)\n * [Example](#example)\n \u003c!-- * [Release Notes](https://github.com/firebase/reactfire/releases) --\u003e\n \u003c!-- * [Migration Guides](#migration-guides) --\u003e\n \u003c!-- * [Contributing](#contributing) --\u003e\n\n\n## Getting Started With Firebase\n\nReduxFire requires [Firebase](https://firebase.google.com/) in order to sync and store data.\nFirebase is a suite of integrated products designed to help you develop your app, grow your user\nbase, and earn money. You can [sign up here for a free account](https://console.firebase.google.com/). ReduxFire also requires redux-thunk because some of its action creators dispatch functions instead of actions. This allows us to dispatch actions asynchronously and keep it in sync with your redux state.\n\n## Downloading ReduxFire\n\nIn order to use ReduxFire in your project, you can install it via npm. You will probably also have to install Redux and Firebase:\n\n```bash\n$ npm i -S redux firebase reduxfire\n```\n\n## Documentation\n\n* [Quickstart](docs/quickstart.md)\n* [Guide](docs/guide.md)\n* [API Reference](docs/reference.md)\n\n## Example\n\nClone the product and run\n\n```bash\n$ npm i\n$ npm run example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeuluz%2Freduxfire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthadeuluz%2Freduxfire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeuluz%2Freduxfire/lists"}