One signal with Firebase analytics/perf
Description:
Here's my problem, when installing firebase with analytics and perf everything perfectly fine, some Events are logging. I tried to use the debug view for testing purpose but on my real project it wouldn't trigger for some reason, so i made a fresh project with the same version of react native and firebase as my project. Everything was working even the debug view. so at this point i knew it was a conflict in my project.
Once i installed One signal package on the fresh project my debug view stopped working and also firebase/perf stopped working. i can see some
2022-09-16 08:07:15.023390-0400 rabaischocstesting[13120:159478] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics
Environment "@react-native-firebase/analytics": "^14.11.0", "@react-native-firebase/app": "^14.11.0", "@react-native-firebase/perf": "^14.11.0", "react": "17.0.2", "react-native": "0.67.3", "react-native-onesignal": "^4.4.1"
Steps to Reproduce Issue:
- Install firebase
- Install firebase analytics
- install firebase perf
- testing debugView (Working fine)
- Install one signal (Firebase stop working)