@deep-foundation/firebase-push-notification

npm Gitpod Discord

A deep package that provides links for working with @firebase/messaging and typescript library to simplify integration with this deep package

Documentation

Usage

Setup

Service Account

Web Push Certificate

Device

Push Notification

  • Insert PushNotification
  • Update its value to object like that contains title and body fields:
    {
    "title": "My Title",
    "body": "My Body"
    }

Notify

Client

To receive messages on Client read Firebase Cloud Messaging Documentation

Library

Library Usage

See Documentation for examples and API

Generated using TypeDoc