You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug
(If this is a usage question, please do not post it here—post it on gitter. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
What is the current behavior?
After sign in with RNFirebase I got this error:
Possible Unhandled Promise Rejection (id: 0):
Error: You attempted to use 'firebase.database' but this module could not be found.
Ensure you have installed and imported the '@react-native-firebase/database' package.
firebaseRootModuleProxy@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true...etc
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox or similar.
What is the expected behavior?
I expect to save sync user with Firestore instead of database. I read the documents carefully but I think it is outdated.
BTW I really appreciate your awesome work for this repo.
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
Do you want to request a feature or report a bug?
bug
(If this is a usage question, please do not post it here—post it on gitter. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
What is the current behavior?
After sign in with RNFirebase I got this error:
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox or similar.
What is the expected behavior?
I expect to save sync user with Firestore instead of database. I read the documents carefully but I think it is outdated.
BTW I really appreciate your awesome work for this repo.
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
The text was updated successfully, but these errors were encountered: