flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

[📚] documentation for enabling debug mode in firebase_analytics

Open stephane-archer opened this issue 1 year ago • 1 comments

the documentation doesn't explain clearly how to Enable debug mode when using Flutter. MacOS is not even mentioned. https://support.google.com/analytics/answer/7201382

stephane-archer avatar Apr 16 '24 07:04 stephane-archer

@stephane-archer - "iOS+" essentially means macOS as well: Screenshot 2024-04-16 at 11 54 34

@kevinthecheung - is there any way to update this page for debugging Flutter apps? We don't have access from FlutterFire repo.

Essentially, web and android require same setup and can be run via Flutter CLI (i.e. flutter run). But iOS/macOS also require the same setup, but are different in the sense that you have to run the app from Xcode (i.e. it won't work with flutter run).

russellwheatley avatar Apr 16 '24 10:04 russellwheatley