redux-firebase
redux-firebase copied to clipboard
Support V3 of Firebase
Current redux-firebase libraries, including this one, suffer from not being compatible with the new version of Firebase (v3).
Thinking about coming up with a new namespace for npm for my working version so that people can start npm installing it. The problem with that is that most of the good names, including redux-firebase are taken.
Current Libraries
- redux-react-firebase - Current defacto solution but owner is busy for a few months
- firedux - supports v3.0.4
- refire - easily configurable firebase bindings
- redux-firebase - best namespace
- react-firebase - Similar to react-redux, good docs
There might be more, this is all I could find on initial search
Working Solution
- redux-react-firebase working with v3 - forked from redux-react-firebase
Note: Directly including this git repo will not work with npm as it does not include the built code
Are we interested in combining all of these libraries? I use this stuff daily, so I will be constantly improving the library if we all get centered around one. I am more than willing to spear head the project and handle fielding incoming issues/PRS.
EDIT: firedux now supports v3.0.4 after a recenty issue was fixed. Still contacting author about helping with joint library/project.
Not sure if everyone here is on the Firebase Slack, but there is a Redux channel there. Might be good to have discussion there so we don't have to leave an issue open in this repo.
Created react-redux-firebase to make this available on npm for now.