How does firebase.json config work in ios #5524
aliraza-noon
started this conversation in
General
Replies: 1 comment 2 replies
-
Have you consulted this? https://invertase.io/blog/react-native-firebase-crashlytics-configuration Here's a deep link to the last time I was in the area (doing the work that resulted in that blog post) that goes to the heart of the iOS side of the config from firebase.json, it should be a good handle to explore from https://github.com/invertase/react-native-firebase/pull/5147/files#diff-d164085f74fc0d86d9a9a1ed45b2f8e12335939192741e4ffe24c8d538d5b7b9 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello there,
I have been trying to test my ios crashlytics integration for but unfortunately it did not really work, I could not get value of
crashlytics_debug_enabled
to set to true I was always getting false for final value.I started to dig into code to understand it better I am no objective-c expert but
RNFBJSON
implementation seems wrong all the methods on singleton reference_firebaseJson
property, in my localnode_modules/@react-native-firebase/app/ios/RNFBApp/RNFBJSON.m
I changed for instancecontains
methodfrom
to
it started working I am wondering if this should be changed in the project as well ?
Beta Was this translation helpful? Give feedback.
All reactions