Firestore configuration #5845
-
Hi, So I have my react-native project setup for firebase. I was mostly using analytics and crashlytics, and the firebase configuration files for both the ios and android deployments are correctly configured (the plist and json files), as I am able to use those services. Now I want to also use the firestore. I was under the impression that the same configuration files with the firebase access info would be enough. But it doesn't seem to be the case. And I don't understand why. My firebase access rule is simple enough:
The error I'm getting is:
which goes away if I remove the if condition in the rule. So I don't think the problem is there. I was wondering if for some reason firestore requires the web type configuration in my app, in the firebase.js file. But at this point I am doing trial and error development here... Any insight would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
With apologies, this will be much much better handled on stackoverflow - it's not specific to react-native-firebase, and the "general" firebase community handles user questions on stackoverflow as their main channel |
Beta Was this translation helpful? Give feedback.
With apologies, this will be much much better handled on stackoverflow - it's not specific to react-native-firebase, and the "general" firebase community handles user questions on stackoverflow as their main channel