12

I am building a web application with Firebase and yesterday they released their expansion with all great new features. However, the Analytics section is now only available for Android and IOS apps, but I need to check the general performances and data usage of my web app as before. Is there a way to see those statistics, to prevent my app of being turned off if I exceed my limits?

Zizazorro
  • 1,321
  • 2
  • 11
  • 19

1 Answers1

12

Google Analytics for Firebase is a new analytics product for tracking usage and engagement in mobile and web applications.

But those are a little different than the old reporting on usage of the database.

As you say, the reporting is important for monitoring your usage of the database, it's something we're looking into bringing to the new Firebase console as well, so stay tuned.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Ian Barber
  • 19,765
  • 3
  • 58
  • 58
  • 5
    It's been over a year... Any update on when we can expect a firebase traffic monitoring tool for web apps? I really would like to get an idea of all firebase transactions that are happening in my web app. – Domi Sep 16 '17 at 08:47
  • 3
    We still recommend using Google Analytics for engagement and usage - we've transitioned Firebase Analytics to Google Analytics for Firebase back at I/O as measure of how much we're bringing the products together. For database profiling purposes, we did release this: https://firebase.google.com/docs/database/usage/profile – Ian Barber Sep 18 '17 at 21:18
  • 1
    Is there a way to use it with hybrid mobile apps, Ionic/Angular? I just can't find any info for that, and there are no some files, which are using in docs/tutorials. – P.S. Aug 07 '18 at 08:28
  • 1
    Not official support, but there are some plugins for hybrid apps. See https://pointdeveloper.com/firebase-analytics-for-ionic-apps-logging-custom-events/ as an example – Ian Barber Aug 13 '18 at 18:49
  • For hybrid apps this might also be useful. - https://github.com/firebase/analytics-webview – Tony O'Hagan Dec 10 '18 at 03:30