Open ngocdaothanh opened 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
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
Hello team can you provide some responses to the original question, we have the same doubts , thx
React Native Firebase: https://rnfirebase.io/
I have some questions that I think they should be mentioned in README: