-5

I need to know about the difference between GCM and FCM.

why GCM re placed by FCM?

Vimesh c
  • 41
  • 2
  • 10

2 Answers2

0

FCM is the new version of GCM under the Firebase brand.

Benefits. The new FCM SDK:

1.Simplifies client development. You no longer have to write your own registration or subscription retry logic.

2.Enables a new serverless notifications solution with a web console, Firebase Notifications. With Firebase Notifications, anyone can send notifications to target specific audiences based on Firebase Analytics insights. They can then evaluate notification effectiveness by assessing the built-in Notifications Funnel Analysis in the console.

Refer this link for More info -- https://developers.google.com/cloud-messaging/faq

Nishchal Sharma
  • 1,070
  • 9
  • 16
0

From Docs

FCM is the new version of GCM under the Firebase brand. It inherits GCM’s core infrastructure to make sure we continue to deliver messages reliably on Android, iOS and Chrome.

For more details read GCM and FCM Frequently Asked Questions or if you want to migrate from GCM to FCM have a look into Migrate a GCM Client App for Android to Firebase Cloud Messaging

Haris Qurashi
  • 2,104
  • 1
  • 13
  • 28