Open
Description
Does anyone know of a write-up or know offhand of notable differences between this package and this: https://github.com/invertase/react-native-firebase ?
I've been using react-native-firestack
for some time now, but am bumping into some issues where .startAt()
doesn't seem to work properly, and I wonder if react-native-firebase
is more frequently maintained
Thanks!
Activity
mike623 commentedon Apr 9, 2017
for workaround #174 may help you
mmmoussa commentedon Apr 17, 2017
You should take a look at http://invertase.io/react-native-firebase/#/faqs?id=comparison-to-firestack.
Salakar commentedon May 27, 2017
@patrickdevivo @mike623 @mmmoussa hey all, one of the authors of RNFirebase here, the link @mmmoussa provided sums it up really, but to add to it:
whereas this repo has long since been abandoned by it's authors.
Have nothing against firestack - it's just in a really bad state and has been abandoned like that - you'll find the majority of the commits for v3 version of firestack was done by myself - so it's not like we didn't try =]
BilalPasta commentedon Aug 7, 2018
how to configure react-native-firebase
?