tiberiuc / redux-react-firebase

Use Firebase with React and Redux in ES6
MIT License
248 stars 36 forks source link

fix #63 (doNotParse behavior in source/actions.js) #65

Closed Domiii closed 7 years ago

Domiii commented 7 years ago

fix #63

prescottprue commented 7 years ago

@Domiii Had the same issue and handled it in react-redux-firebase. The API is very similar to redux-react-firebase, so that may work for you until this is merged.

Domiii commented 7 years ago

@prescottprue What is https://github.com/prescottprue/react-redux-firebase? How do the two relate? Is that your personal fork? Or?

prescottprue commented 7 years ago

@Domiii It was originally my fork, but we needed extra functionality (including populate). Since then the two have sort of diverged based on user's needs.

This question is more thoroughly answered in the FAQ.

Domiii commented 7 years ago

Thanks a lot! I'm checking it out right now. After all, your project seems a lot more feature complete and in more active development than this one.

I don't want to badmouth anyone - I'd rather like to think that as engineers, we have to confront reality the way it is! :/

prescottprue commented 7 years ago

@Domiii they are all good repos :rofl:

As the FAQ states, I think they both serve there purposes, and at the end of the day it is all about sharing everything to help everyone as much as possible. I think we can all say we are happy to see issues solved, regardless of how.