Push Notification

To receive FCM push notification on Android OS / iOS,

  • You need to register FCM Server key on TalkPlus dashboard.

  • SDK client needs to register FCM. This can be done by calling FCM registration API provided by TalkPlus SDK.


To register FCM token using REST API, you need the following parameters:

  • FCM token from device

  • deviceId provided by SDK

    • You can call getDeviceUuid() to obtain deviceId

    • For JS SDK, use client.deviceId

For more detail, see https://docs.talkplus.io/rest-api/admin/user/update

Last updated