2,461 questions
0
votes
1
answer
78
views
Firebase Cloud Function for app_remove Event Not Triggering in Production
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 ...
-1
votes
1
answer
100
views
The analytics_storage value in consent mode is recorded as null
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 ...
0
votes
1
answer
100
views
After upgrading Firebase SDK I get the error: There are multiple DataStores active for the same file: datastore/aqs/sessionConfigsDataStore.data
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 ...
1
vote
1
answer
219
views
How can I get raw parameter values for a Firebase Analytics event (last 30 days) without using BigQuery?
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, ...
0
votes
1
answer
110
views
@react-native-firebase/analytics setup problem after upgrade No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
"@react-native-firebase/analytics": "^21.11.0",
"@react-native-firebase/app": "^...
1
vote
1
answer
300
views
Flutter Android error: was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.8.0
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-...
0
votes
0
answers
38
views
Firebase shows many “active users” from (other) with zero events – what’s causing this?
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 ...
2
votes
1
answer
405
views
How to track screen views in Jetpack Compose using Google Analytics?
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 ...
0
votes
0
answers
68
views
How to isolate firebase analytics dependencies in a kotlin-only module?
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 ...
2
votes
1
answer
570
views
Failed to initiate on-device conversion measurement
I wanted to integrate Google on-device conversion measurements within a iOS app, but got the following warning -
Failed to initiate on-device conversionmeasurement. ...
0
votes
0
answers
74
views
Cannot import Package that has FirebaseAnalytics as dependency
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 ...
0
votes
0
answers
66
views
Missing some events in BigQuery from Firebase Analytics integration
For some reason, certain events that are normally visible in Firebase Analytics cannot be found in our BigQuery database. Specifically, this concerns the screen_view and user_engagement events. These ...
0
votes
0
answers
69
views
How to log Firebase Analytics custom event details in logcat
I would like to debug Firebase Analytics events that our app is sending on my phone. Since the DebugView is not working, I’m wondering if there’s a way to use the logcat tool locally to get enough ...
0
votes
0
answers
85
views
Firebase Analytics auto track routes only shows FlutterViewController
I want to auto-track routes inside my app for better analytics.
Inside my GetMaterialApp.router:
navigatorObservers: [
FirebaseAnalyticsObserver(
analytics: ...
0
votes
1
answer
253
views
How are Android apps supposed to gather Analytics consent status for users in the EEA, any library to do it or do I need to implement custom UI?
So, if I press the "Set up consent mode" button, it just redirects to the Set up consent mode for apps page, which only shows that we can:
Add the following to the manifest:
<meta-data ...