prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 559 forks source link

Is this package still maintained? #1221

Open PiotrSzlagura opened 4 months ago

PiotrSzlagura commented 4 months ago

I have a problem with this package (which came up after updating firebase to latest version), and I would like to know if I should report it and seek help, find another package (maybe someone has a suggestion?) or start development of my own solution.

prescottprue commented 4 months ago

@PiotrSzlagura There are still a number of folks actively using the package - that said, I'm not as actively using it anymore and haven' t had much time to maintain react-redux-firebase

If you do end up starting development of your own solution I'm more than happy to bounce ideas off each other (had lots of learnings/gotchas over the years of maintaining tools for Firebase) - if it ends up working out well we can either try to bake it into react-redux-firebase (i'm open to large breaking changes - especially for new Firebase versions or module support) or maybe even direct folks to your solution.

prescottprue commented 3 months ago

For what its worth I call out in the usage section of the README that you may be best off using reactfire as it is supported by the Firebase team