colbyr / redux-firebase

Declarative firebase queries for redux.
MIT License
16 stars 3 forks source link

Support V3 of Firebase #2

Open prescottprue opened 8 years ago

prescottprue commented 8 years ago

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

There might be more, this is all I could find on initial search

Working Solution

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.

prescottprue commented 8 years ago

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.

prescottprue commented 8 years ago

Created react-redux-firebase to make this available on npm for now.