Skip to main content
0 votes
0 answers
43 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
82 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
99 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
  • 51
1 vote
0 answers
134 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
91 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
123 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
121 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
261 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
  • 153
0 votes
1 answer
141 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
  • 3
1 vote
1 answer
363 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
  • 536
0 votes
0 answers
45 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
543 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
71 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
777 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
0 votes
0 answers
80 views

I have a main project with some local packages. These packages are imported in the main project as features. I want to have an Analytics package that is a simple wrapper around Firebase Analytics that ...
Bob Voorneveld's user avatar

15 30 50 per page
1
2 3 4 5
164