Firebase cloud messaging multicast id

What is multicast_id in the Firebase cloud messaging service?

As indicated in the documentation provided by Google, a multicast identifier is a unique number that identifies a multicast message.

I read it, but I did not understand it clearly. Can anyone explain this?

+4
source share
2 answers

Per Firebase Cloud Messaging HTTP Documentation :

multicast_id is a required parameter in the FCM response payload and is a unique identifier that identifies the multicast message.

A - , .

, - , .

, , Build App Send Requests, , Single Device Messaging, .

, .

+1

a multicast_id ( ) message_id.

looptheloop88 answer, message_id, multicast_id /. :

API message_ids/multicast_ids , FCM.

0

Source: https://habr.com/ru/post/1679433/


All Articles