Notification

An implementation of a push notification service.

Available:

  • OneSignal

  • Firebase

  • Fake

Methods:

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