Top "Firebase-analytics" questions

Google Analytics for Firebase is a free, out-of-the-box analytics solution that provides actionable insights based on app usage and user engagement.

Firebase Analytics event logging error

I use Firebase Analytics and my app logs some events with this code: Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.…

android firebase firebase-analytics
How to delete an Analytics Event from Firebase

How can I delete an Analytics Event from Firebase? While I am testing I wrote some events in Firebase Analytics. …

firebase firebase-analytics
Firebase analytics AppMeasurement not enabled

I have followed all the instructions for integrating Firebase analytics correctly in my project. But when I enable debug logging …

android firebase-analytics
SERVICE_VERSION_UPDATE_REQUIRED error using Firebase Analytics on Android

I want to integrate Firebase Analytics in my project. I followed the Guide but it gives me this warning: 06-30 18:38:30.514 …

android firebase firebase-analytics
Is there any api for dashboard analytics data?

Is there any way i can query in my app for data from the analytics tab of dashboard? For example: …

firebase firebase-analytics
Firebase for iOS, GoogleService-Info.plist property "IS_ANALYTICS_ENABLED" set to "NO"

Xcode 7.3, iOS 9.3.3 My GoogleService-Info.plist "IS_ANALYTICS_ENABLED" is set to "NO". I am integrating Firebase into my iOS app. …

ios xcode firebase firebase-analytics
Firebase Analytics - Open and Closed Funnel Tracking

I have been reading a bit about Firebase Analytics now, and because it is mostly an event-based data model, I …

firebase-analytics
Disable Firebase in development mode in Android

I am using Firebase in my android project. Wanted to know how to disable it in development mode. All crashes …

android firebase firebase-analytics
Completely disable Firebase/Analytics to stop console spam on app startup

I've installed Google/SignIn cocoapod into my application (which I need to support GoogleDrive), but it depends on Google/Core …

ios firebase firebase-analytics
It is necessary to initialize Firebase Analytics in every Activity?

I don´t want to send any special logs to the Firebase Analytics console, just check in which screens is …

android android-activity firebase firebase-analytics