Use GCM Token for push messages in FCM

前端 未结 3 1554
再見小時候
再見小時候 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:31

    Yes we can use GCM token to push on FCM. See the below explanation:

    Your GCM and FCM registration tokens are mutually interchangeable; you can send to existing GCM tokens through the FCM HTTP server APIs.

    https://developers.google.com/cloud-messaging/faq

提交回复
热议问题