1

I would like to implement firebase to an application I have on the play store. I only want to use it just for the analytics and the notifications function. I'm aware what with the free package you are given 100 simultaneous users who can access your database.

Considering that would I be able to just implement firebase to my app, use it for notification, analytics, and integrate it with admobs all free at change?

I'm aware the real time database is something on its on but I would like to be sure.

user4914918
  • 91
  • 1
  • 3
  • 10

1 Answers1

2

The Firebase pricing page clearly lists the products that are paid. The other products are free to use. That indeed includes Firebase Cloud Messaging, Firebase Notifications, Firebase Analytics and AdMob.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • Hi, I am using Firebase analytics for my app since last month. But i experience a reporting delay of 1 day. i am using "SPARK" plan. Is there any way to see live sessions in Firebase just like in Google analytics? – Jayakrishnan Jul 21 '16 at 02:32
  • The data shown in the Firebase Analytics dashboard is typically delayed by 4-5 hours. There is no live analytics view. See http://stackoverflow.com/questions/37347991/how-much-time-does-it-take-for-firebase-analytics-first-report – Frank van Puffelen Jul 21 '16 at 03:06
  • ohh so it can't replace Google Analytics :( Thank you Frank for the quick reply. – Jayakrishnan Jul 21 '16 at 04:27