FirebaseExtended / reactfire

Hooks, Context Providers, and Components that make it easy to interact with Firebase.
https://firebaseopensource.com/projects/firebaseextended/reactfire/
MIT License
3.55k stars 407 forks source link

Please clarify in README about the relationship of this project with React Native Firebase #334

Open ngocdaothanh opened 3 years ago

ngocdaothanh commented 3 years ago

React Native Firebase: https://rnfirebase.io/

I have some questions that I think they should be mentioned in README:

arthurnn commented 3 years ago

FWIW, i was able to install using:

expo install firebase
yarn add reactfire

however I keep getting an error like: TypeError: undefined is not an object (evaluating 'this._warmupSubscription')

I think is due to the Suspense thing. Not sure yet how to fix it

ngocdaothanh commented 3 years ago

I think is due to the Suspense thing. Not sure yet how to fix it

In that case, you can follow this instruction to enable suspense (and you need to put your components inside <Suspense> component): https://github.com/FirebaseExtended/reactfire/issues/332

jamesjara commented 3 years ago

Hello team can you provide some responses to the original question, we have the same doubts , thx