Google Analytics for Firebase is a free, out-of-the-box analytics solution that provides actionable insights based on app usage and user engagement.
I use Firebase Analytics and my app logs some events with this code: Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.…
android firebase firebase-analyticsHow can I delete an Analytics Event from Firebase? While I am testing I wrote some events in Firebase Analytics. …
firebase firebase-analyticsI have followed all the instructions for integrating Firebase analytics correctly in my project. But when I enable debug logging …
android firebase-analyticsI 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-analyticsIs there any way i can query in my app for data from the analytics tab of dashboard? For example: …
firebase firebase-analyticsXcode 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-analyticsI have been reading a bit about Firebase Analytics now, and because it is mostly an event-based data model, I …
firebase-analyticsI am using Firebase in my android project. Wanted to know how to disable it in development mode. All crashes …
android firebase firebase-analyticsI've installed Google/SignIn cocoapod into my application (which I need to support GoogleDrive), but it depends on Google/Core …
ios firebase firebase-analyticsI 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