Monday 25 December 2017

Sending message to device using Firebase post request

Sending firebase cloud messaging from postman using firebase send post request

TYPE: POST
URL: https://fcm.googleapis.com/fcm/send
HEADERS: Content-Type: application/json
Authorization: key=
BODY:

{
  "to": "",
  "data": {
    "hello": "Data json"
   }
}

No comments:

Post a Comment