According to the Firebase documentation, enabling debug mode on iOS with -FIRDebugEnabled
should also exclude events from appearing in the main analytics reports:
I know that I've configured -FIRDebugEnabled
correctly because I see the events in Firebase's DebugView. However, after an hour or so they also appear in my overall analytics data, which is not desirable. I've tried searching through the Firebase analytics pages for an option to exclude this data or find a query to remove debug events, but I haven't found anything.
I'd like to know if I'm missing something in order to ensure that debug events only appear in DebugView and not in the main Analytics section, as the documentation implies.