Authentication provider where users identify using an API-key.

Constructors

Methods

Constructors

Methods

  • Deregister this device with the user, to disable sending messages to this device.

    Returns Promise<void>

    A promise that resolves once the device has been deregistered.

  • Register this device with the user.

    Parameters

    • token: string

      A Firebase Cloud Messaging (FCM) token, retrieved via the firebase SDK.

    Returns Promise<void>

    A promise that resolves once the device has been registered.

Generated using TypeDoc