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 SDKYou can call
getDeviceUuid()
to obtain deviceIdFor JS SDK, use
client.deviceId
For more detail, see https://docs.talkplus.io/rest-api/admin/user/update
Last updated