16

Is there any FCM usage rate list for commercial apps created for revenue? Or is FCM completely free for commercial apps too?

Is there any page on Firebase documentation which tells all the usage limits and their prices if the limits are crossed?

Limits we are looking to know are:

  • No. of devices can be added to device group
  • No. of messages can be sent per day
  • Max No. of topics can be created

Any other limits except 4 KB message size, max collapsible key. Thanks.

adjuremods
  • 2,938
  • 2
  • 12
  • 17
bhagwan das Gupta
  • 179
  • 1
  • 1
  • 3

1 Answers1

25

Firebase Cloud Messaging is completely free. The only limitations you'll encounter is pretty much related to the Lifetime of the Message and as you already know, the message size limit (4KB for data and 2KB for notification payload).

There is the Official Firebase Pricings Page where you can see the Cloud Messaging is included free for all their plans (Free and Premium) services, an estimated costs calculator, and the FAQs. But most of the limits are for the Database, Storage, etc.


user158
  • 12,852
  • 7
  • 62
  • 94
AL.
  • 36,815
  • 10
  • 142
  • 281
  • 1
    I would like to comment that all what you say is wrong. They have hard limits. And when your app is big enough you will hit their quotas. https://firebase.google.com/docs/cloud-messaging/concept-options#topics_throttling – Gillis Haasnoot Mar 30 '19 at 18:42
  • 4
    @GillisHaasnoot I gave this answer almost *two years ago*. From that time, those *limits* were not in the documentation. Fairly sure they added it just recently as well. Saying that *everything* that I said is wrong is an overstatement. All of the details here have a reference to the official documentation. The limits mentioned in the docs are (IMHO) cases that you encounter if you don't optimize the usage of FCM very well. The topic messaging limit was originally scrapped, but probably brought back since users don't optimize it's usage. But hey, if you know more, then good for you. Cheers. – AL. Mar 31 '19 at 06:23
  • The FCM is free but, firebase have daily limit in quotas on writing and reading documents per each day. – b.john Mar 18 '20 at 00:59