Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
1 replies
66 views

Recently I integrated Firebase analytics and crashlytics to track user events and detect crashes to optimize app performance. In my app, I don't have any single user information, I just track to know ...
nasibeyyubov's user avatar
0 votes
0 answers
64 views

await FirebaseAnalytics.instance.logAddToCart( // Standard fields (Passed as direct arguments) currency: BlocProvider.of<AuthCubit>(context).currency, value: (widget.project....
mohamed alaa's user avatar
0 votes
1 answer
134 views

I am using firebase analytics in my flutter app . In debug mode the screen views and events are visible within few seconds in realtime overview but in release build I get the screen views and events ...
user4512321's user avatar
5 votes
0 answers
118 views

I’m using Unity 2022.3.6f1 with Google UMP (User Messaging Platform) and Firebase Analytics on Android. I want to respect the user’s consent for data collection, but no matter what I choose, Firebase ...
Dev Dev's user avatar
2 votes
1 answer
229 views

I’m using Google Firebase Analytics on my React Native iOS app and I’m seeing an unexpected behavior with the first_open event and the update_with_analytics parameter. According to the Firebase ...
ezranbayantemur's user avatar
0 votes
1 answer
106 views

I have a Firebase Cloud Function written in JavaScript (Node.js) that should trigger when Firebase Analytics logs the app_remove event from Android devices. When triggered, the function is supposed to ...
Dharmik Ghori's user avatar
-1 votes
1 answer
143 views

I've installed the Firebase SDK in my iOS app and am using Google Analytics to measure data. The data is exported to BigQuery. The app incorporates consent mode for consent management. I was suddenly ...
engineer's user avatar
0 votes
1 answer
148 views

I have a runtime environment switcher where we delete and reinitialize the default Firebase app to point to the correct Firebase app based on the environment. This allows us to have separate analytics ...
Mohammad Ihraiz's user avatar
1 vote
1 answer
296 views

I log a custom event from my Flutter app whenever a doctor expands the auto-interpretations. The event contains multiple identifying parameters (doctor id/name, organization id/name, test id, ...
Player91's user avatar
0 votes
1 answer
155 views

Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp() "@react-native-firebase/analytics": "^21.11.0", "@react-native-firebase/app": "^...
Philly's user avatar
1 vote
1 answer
412 views

I’m working on a Flutter app and trying to run it on Android using: Kotlin version: 2.2.0 Gradle version: 8.14.3 JVM target: 17 But I keep getting this error during the build: e: .../jetified-play-...
Dmytro T's user avatar
0 votes
0 answers
52 views

I'm using Firebase Analytics for an iOS app, and recently I noticed something very strange in the analytics dashboard. Starting from [insert date], there is a sudden spike in active users listed under ...
shenglong zhang's user avatar
2 votes
1 answer
662 views

In the previous XML-based Android development, it was relatively straightforward to track screen views in Google Analytics by using separate activities for each screen. Now that I’m using Jetpack ...
Curious Head's user avatar
0 votes
0 answers
74 views

I want to make some modules of my Android project Kotlin-only so that I can reuse them in future KMP modules, and I'd like to know how to do that for some Firebase Analytics dependencies. I have the ...
Pierre Vieira's user avatar
2 votes
1 answer
927 views

I wanted to integrate Google on-device conversion measurements within a iOS app, but got the following warning - Failed to initiate on-device conversionmeasurement. ...
Dev Krishna Sadana's user avatar

15 30 50 per page
1
2 3 4 5
164