Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 755 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 755 Bytes

WebPushNotification

Web Push Notification using firebase

Sent Notification Via Postman

Request Data -

{
  "data": {
    "notification": {
      "title": "Hubworks",
      "body": "This is a testing web notification"
    }
  },
  "to": "dzw6JqN3mm-bVo4-4q62Z8:APA91bEYop3dcdgaR1S64WTyYYVOCzUj6kp9sKXzLJAo0HFe6LzdFeiXs6cm-WZNbXUkrX7mzgnOzZc1FoLiB1YB4L7UrdwTV-NtKgE2shRiDzK26WgUwnaf3kSUpJURhlyECOzSXx-H"
}

Reaquest Headers

   #Authorization - key=AAAAynP37NE:APA91bHWQ7bnhAsyAkMqECIeogAyxCXG-kSd_hns0obXdaELEJyKxh-x42xT2zmhFJAmfJBOpySKjDJcc3eYt-  ESOuMos9cMPnCLbpS0OuJC_uKaAKMoyjFLu3zTOpLbuZsd_RPg1b1Y

Content-Type -

 application/json

Request Url

  https://fcm.googleapis.com/fcm/send