Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FCM Pricing and Usage limits for Commercial App [closed]

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.

like image 418
bhagwan das Gupta Avatar asked Oct 17 '16 10:10

bhagwan das Gupta


People also ask

Is FCM completely free?

Firebase Cloud Messaging (FCM) provides a reliable and battery-efficient connection between your server and devices that allows you to deliver and receive messages and notifications on iOS, Android, and the web at no cost.

What are the advantages of FCM?

The main advantage of fuzzy c – means clustering is that it allows gradual memberships of data points to clusters measured as degrees in [0,1]. This gives the flexibility to express that data points can belong to more than one cluster.

What is difference between FCM and GCM?

FCM is a cloud platform that provides messages and push notifications for operating systems- ios and Android, and websites as well. Google Cloud Messaging is a messaging service that enables the message transfer from server to clients apps.


1 Answers

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.


  • No. of Devices that can be added to a Device Group is 20.
  • No. of messages that can be sent per day is unlimited, AFAIK. (See the lifetime of a message for the restrictions related to the message)
  • There is no limit to the number of topics that can be created.
like image 158
AL. Avatar answered Sep 20 '22 13:09

AL.