I\'m trying to use Postman to send a single Push Notification using Firebase Cloud Messaging service.
Firebase
This is a working cURL command for th
cURL
The correct way to set up Authorization key at Header is
Authorization
key=
and not only
Silly mistake, but since this could be useful for someone for testing Firebase Messaging with Postman I'm leaving the question opened.