I want to use Firebase analytics to log events from my Flutter app into my Firebase project's DebugView.
I am using the example app from this GitHub.
I have entered the Xcode parameters -FIRDebugEnabled and -FIRAnalyticsDebugEnabled as shown in this github issue
I changed IS_ANALYTICS_ENABLED in GoogleService-info.plist to true.
DebugView logging is not enabled.
Log events ARE going to Firebase because I can view them in StreamView.
I cannot get logs from my flutter app to be seen in Firebase / DebugView of my project.
- I went into XCode and added the two arguments noted above as directed from others who have got this working
- I changed IS_ANALYTICS_ENABLED from false to true in GoogleService-Info.plist.
- I validated events were being published to Firebase because they appear in StreamView.