Details
Details
Call this from both web and native:
const message: SetDeviceToken = { type: messageToTunnelbrokerTypes.SET_DEVICE_TOKEN, deviceToken: 'token', }; await sendMessageToTunnelbroker(JSON.stringify(message));
, then logout and check if device token is removed from DDB.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable