react-native-onesignal icon indicating copy to clipboard operation
react-native-onesignal copied to clipboard

One signal with Firebase analytics/perf

Open ElSeniorMikael opened this issue 3 years ago • 0 comments

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:

  1. Install firebase
  2. Install firebase analytics
  3. install firebase perf
  4. testing debugView (Working fine)
  5. Install one signal (Firebase stop working) Screen Shot 2022-09-16 at 8 48 34 AM

ElSeniorMikael avatar Sep 16 '22 12:09 ElSeniorMikael