Gaurav Kumar
Gaurav Kumar

Reputation: 23

Sending push notification to existing gcm user from fcm on web

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?

Upvotes: 0

Views: 332

Answers (1)

MαπμQμαπkγVπ.0
MαπμQμαπkγVπ.0

Reputation: 6729

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.

Upvotes: 0

Related Questions