An implementation of a push notification service.
OneSignal
Firebase
Fake
SendNotification: Sends a push notification to a device.
await this.notificationProvider.sendNotification({ header: 'Title of the notification', content: 'Notification content', deviceId: 'Device #id', });
Last updated 2 days ago