All logs for both iOS and Android indicate that debug mode is enabled and I can see that some events are being marked for debug.
Our DebugView was working and then just stopped working.
The weird thing is that, some users devices show up in the DebugView but for the majority it does not work.
For our iOS app, we are passing the `-FIRDebugEnabled` flag and using `adb shell setprop
debug.firebase.analytics.app <package_id>`
We are 100% sure the react-native app is configured correctly as we get data for other services like crashlytics just fine.
Any help is appreciated. Our dev team has gone almost 2 weeks with no solution as to why the DebugView randomly stopped working.