Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison to react-native-firestack #41

Closed
patrickdevivo opened this issue Apr 8, 2017 · 8 comments
Closed

Comparison to react-native-firestack #41

patrickdevivo opened this issue Apr 8, 2017 · 8 comments

Comments

@patrickdevivo
Copy link

Does anyone have a comparison of this package to react-native-firestack https://github.com/fullstackreact/react-native-firestack ?

@DavidKuennen
Copy link
Contributor

DavidKuennen commented Apr 9, 2017

I'm actually coming from react-native-firestack and switched after discovering some error when using child_added combined with child_removed/child_changed that, judging by the activity of that project, won't be fixed any time soon if ever.

I like projects that are active/alive.

Furthermore I didn't like that they changed the syntax to some degree and fcm didn't work at all, as well as fileDownload.

@patrickdevivo
Copy link
Author

@DavidKuennen thanks for the info, I had a similar feeling / hunch and actually just ported a major project I'm building from react-native-firestack to react-native-firebase last night. Here's to this project staying maintained!

@Ehesp
Copy link
Member

Ehesp commented Apr 9, 2017 via email

@DavidKuennen
Copy link
Contributor

That's reassuring to read. 👍

@joegoodall1
Copy link

How did people find the transition from react-native-firestack to react-native-firebase? We're looking to change to react-native-firebase and hoping the transition won't be too painful.

@Ehesp
Copy link
Member

Ehesp commented May 9, 2017

@joegoodall1 depends what you've got going really. Firestack has it's own method names and implementation, whereas we try our best to mimic the web SDK. In general, you should just be able to flip the names.

@Salakar
Copy link
Member

Salakar commented May 9, 2017

Generally your transition guide is to switch over your code to match the firebase Web SDK as @Ehesp said. You'll find anything that differs will be documented over at http://invertase.io/react-native-firebase/#/

RNFirebase also has a lot of additional functionality - it has transactions, full messaging implementation, analytics and so on

@joegoodall1
Copy link

Thanks @Ehesp and @Salakar for the fast response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants