Skip to content

Comparison to react-native-firebase #327

Open
@patrickdevivo

Description

@patrickdevivo

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

mike623 commented on Apr 9, 2017

@mike623

for workaround #174 may help you

mmmoussa

mmmoussa commented on Apr 17, 2017

@mmmoussa
Salakar

Salakar commented on May 27, 2017

@Salakar
Collaborator

@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:

  • It's a re-write from the ground up - it matches the firebase web SDK to the letter and it's well tested with a custom testing app. This repo has a ton of bugs / issues and the api is unruly in terms of no correlation between it and the official firebase web sdk.
  • It's well supported and documented, issues are answered daily and work is done on it daily. All 3 co-authors (myself included) are active on slack, gitter and discord answering questions daily -
    whereas this repo has long since been abandoned by it's authors.
  • Minimal disparity between platforms, features are built and tested on both android and ios before getting released. For example we now have remote config, transactions, perf-mon, analytics, crash, full fcm implementation and more in addition to the current firestack feature set.
  • Authors actively working to provide the majority of the firebase feature set - for example we're working on admob for v2 release and have Banners and Interstitials working.

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

BilalPasta commented on Aug 7, 2018

@BilalPasta

how to configure react-native-firebase
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @patrickdevivo@Salakar@mmmoussa@mike623@BilalPasta

        Issue actions

          Comparison to react-native-firebase · Issue #327 · fullstackreact/react-native-firestack