Skip to content

Firebase Analytics not logging events in Flutter despite correct setup. #17570

Closed Answered by ctkqiang
ctkqiang asked this question in Q&A
Discussion options

You must be logged in to vote

Environment

  • Flutter version: [e.g. 3.22.0]
  • Dart version: [e.g. 3.3.0]
  • Android/iOS/Both: [e.g. Android only]
  • Firebase SDK version: [e.g. firebase_analytics: ^10.10.0]

Problem

I've implemented event logging through both Firebase Analytics:

  • Events are not visible in Firebase GA4 DebugView.
  • No SDK initialization errors are thrown.
  • logEvent() are both called with correct params , No null exceptions (confirmed via debug prints).

What I’ve Tried

  • adb shell setprop debug.firebase.analytics.app com.my.app
  • Confirmed Firebase project is initialized with google-services.json.
  • Firebase events use non-null, lowercased parameter maps.
  • Logging fallback prints confirm both Firebase log functions are …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ctkqiang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant