0
votes

I imported my gcm project to fcm. How can I send push notification to the existing users of GCM? I am using it for web notifications. Everywhere I got the support for android and IOS. How to sent notifications on chrome using the gcm ID?

1

1 Answers

0
votes

Your question is related to this SO post.

So, it is said that FCM and GCM messaging api are the same. The difference is just their url, GCM - gcm-http.googleapis.com/gcm/ and FCM - fcm.googleapis.com/fcm/ and still pointing to same server.

Furthermore, you can see this documentation about Update server endpoints

You can also refer to this SO post for further reading.