I have an app in Xcode that is connected to Firebase / Firebase Debugger. I have previously connected the app to the debugger and it was working (using -FIRAnalyticsDebugEnabled). I then turned the debugger off, using -FIRDebugDisabled.
I now am trying to reconnect to the debugger. I have turned off -FIRDebugDisabled and I have tried using both -FIRAnalyticsDebugEnabled and -FIRDebugEnabled. The debugger shows that the simulator is connected and I receive the following print (Debug mode is enabled. Marking event as debug and real-time. Event name, parameters: screen_view...) in XCode. HOWEVER, the events are not showing in Firebase Debug View. How do I get them to show in the Debug View?
Thanks!