I am using firebase analytics with flutter. I have used set screen for event log but i want to know total time in hours is there any way to show that instead of %....
I'm trying to add a firebase analytics track screen to my app. I tried to enter it in the menu like in the picture below but it always doesn't read <a href="htt...
I want to log Firebase event in Flutter, but I cannot log any event. I want to count what times events are done, so when tapping the button, I log the event. <pre...
I have flutter app for android and iOS using firebase firestore, I have issue with analytics that not showing number of users they are active per day, I have read many...
I'm trying to use Firebase Analytics in my Android app using Flutter, In the documentation, it is recommended to use events defined in the SDK, I used <strong>select_c...
Recently I am migrating to null safety. Updated the firebase_analytics: ^8.0.2. Now facing problem with this.observer.subscribe(this, ModalRoute.of(context)); C...
Flutter How does Firebase Analytics Dashboard Active Users in Last 30 Minutes will work ? I installed application and set userId & User Property its showing...
What is the best location for manually logging a screen view in Flutter with an analytics package (in my case I am using Firebase Analytics, eg. <a href="https://fireb...
I have an AR app built in flutter and I am using <a href="https://github.com/drydart/model_viewer.dart" rel="nofollow noreferrer">github.com/drydart/model_viewer.dart<...
I would like to use firebase analytics but keep getting this error, I upgrade and cleaned but still has the same error. any idea how I can solve it? thanks <cod...
I have an app developed in Flutter with Firebase Analytics configured. I was looking at Stream View inside Firebase Analytics and I noticed this in one of the users st...
I'm using the 'setUserProperty()' function on my registration button and I want to use the property in another screen, how can I do that? <pre><code>final Firebase...
<h2>TL;DR</h2> Firebase shows about 1% of events, and rest to events simply doesn't show in Firebase Analytics dashboard. <h2>Full problem</h2> I finally made m...
I'm using Window 10 and trying to use Pod to integrate <code>Firebase/Analytics</code> with <code>flutter</code> and everything seems fine except I'm getting this erro...
Specifically for flutter apps, One way is to get the device id and then for each analytics call check if it is a test device or not. Is there a better way or f...