-
Notifications
You must be signed in to change notification settings - Fork 57
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
How do integrate redux-sage-firebase with react-native-firebase #190
Comments
I installed package : @firebase/firestore , but it still notify error : |
No one care :'( |
@zzbynzz Have you solved? I am having the same issue. |
Should anyone else stumble accross the same issue: The documentation is not very clear (on react-native-firebase) but you should import the firebase tool you intend to use for the saga. As example:
This was the clue: https://rnfirebase.io/app/usage#switching-app-instance |
I integrated using code:
`import firebase from 'react-native-firebase';
import ReduxSagaFirebase from 'redux-saga-firebase';
const reduxSagaFirebase = new ReduxSagaFirebase(firebase.app);
export default reduxSagaFirebase;`
But still receive error (I need use Firestore) :
The text was updated successfully, but these errors were encountered: