Client code to send notif - only updating types to allow this.
Depends on D12771
Differential D12772
[lib] implement sending FCM notifs using Tunnelbroker kamil on Jul 16 2024, 1:54 AM. Authored by Tags None Referenced Files
Details Client code to send notif - only updating types to allow this. Depends on D12771 Testing different variants of: const notf: TunnelbrokerFCMNotif = { type: 'FCMNotif', clientMessageID: uuid.v4(), deviceID: '3434', data: JSON.stringify({ id: '1234', body: 'test notif from TB', title: 'HELLO FROM TB', prefix: 'pref', threadID: 'thread', badge: '12', }), priority: 'HIGH', }; await sendNotif(notf);
Diff Detail
|