FcmProvider.prototype.send(message: PushMessage): Promise<void>
Sends a push notification via the FCM HTTP v1 endpoint.
message: PushMessage
The push notification message
FcmProvider.prototype.send(message: PushMessage): Promise<void>
Sends a push notification via the FCM HTTP v1 endpoint.
message: PushMessage
The push notification message
import { FcmProvider } from "notification-plugin/src/index.ts";