I\'m trying to use Postman to send a single Push Notification using Firebase
Cloud Messaging service.
This is a working cURL
command for th
Posting FCM through POSTMAN
Body - to is token id (should be generated through instance token) write body in raw binary application/json
{
"to": "cpa8cZPjq-w:APA91bF122f1Rnhu9v47bL
YMajaNTHAIU5SzItDwTy9o2MCIveG0PlK78VPvp3d
CqjwnUKZ4
ngi1trSyM3_aXttW62iknFfbPGtjRLhZr6wq-3qFdboz8gzdOGPz**********",
"notification": {
"body": "Hello",
"title": "This is test message."
}
}
header: should have authorization :server key
Content type : application/json after posting here the success message: