What is FCM device token?

Firebase Cloud Messaging (FCM) is a messaging solution that lets you reliably send messages at no cost to both Android & iOS devices . Using FCM, you can send data payloads (via a message) to a device for a specific application. Each message can transfer a payload of up to 4KB to a client.

Read more

What is FCM token in iOS?

Getting FCM token By default, the FCM SDK generates a registration token for the client app instance on initial startup of your app . Similar to the APNs device token, this token allows you to target notification messages to this particular instance of the app.

Read more