Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 3.84 KB

README.md

File metadata and controls

58 lines (50 loc) · 3.84 KB

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