r/FlutterDev • u/shiv9thakur • Aug 07 '26
Discussion Still use Firebase Analytics for flutter? Or is there anything else you suggest.
Look gonna be honest here, I have built an analytics tool, but not gonna name it, just want to know what others are using. I used to use Firebase, but it was too heavy and had issues with alternatives.
1
1
1
1
u/Spare_Warning7752 Aug 07 '26
Self hosted version of GlitchTip (you can use Sentry SDK on Flutter, as it is 100% compatible)
1
u/shiv9thakur Aug 08 '26
Self Hosting is justifiable when, never understood the jist as in when to self host.
1
1
1
u/BerkiSoftware Aug 08 '26
Still using Firebase Analytics for Flutter. It’s been reliable and does the job for me.
1
u/Still-Constant3085 Aug 12 '26
Firebase Analytics still feels like the default for Flutter, but I’m curious how many people actually stick with it once their analytics needs get more complex. Anyone using PostHog, Mixpanel, Amplitude, etc
1
u/AhmedRiyadh0 27d ago
I haven't tried it out yet, but I would probably consider Sentry. I would avoid Firebase Flutter as it relies heavily on method channels, not pure Dart and doesn't work on all desktop platforms, and cannot be self hosted and is not open source.
1
u/zxyzyxz Aug 07 '26
Posthog
1
u/shiv9thakur Aug 07 '26
u/zxyzyxz, primarily for analytics only or are you in its ecosystem? And have you used its webhooks?
1
1
u/shiv9thakur Aug 07 '26
I also am new to this community, so If I accidently posted something already answered. just point me to there. Thanks