Use GCM Token for push messages in FCM

前端 未结 3 1550
再見小時候
再見小時候 2021-01-06 13:53

Currently we have devices using old GCM implementation.

Does anyone know if it\'s possible to use old existing GCM tokens when sending push messages using firebase c

3条回答
  •  离开以前
    2021-01-06 14:30

    Does anyone know if it's possible to use old existing GCM tokens when sending push messages using firebase cloud messaging APIs?

    Yeah that is possible. FCM and GCM messaging api are the same. The only thing that is different is the url (gcm-http.googleapis.com/gcm/ vs fcm.googleapis.com/fcm/) but they point to the same server.

    Also see server endpoints documentation.

提交回复
热议问题