Skip to content

Instantly share code, notes, and snippets.

@andreban
Created January 5, 2017 10:52
Show Gist options
  • Save andreban/5f747be2951f4a1779072f744081ff85 to your computer and use it in GitHub Desktop.
Save andreban/5f747be2951f4a1779072f744081ff85 to your computer and use it in GitHub Desktop.
curl -X POST -H "Authorization: key=<Firebase Auth Key>" -H "Content-Type: application/json" -d '{
"notification": {
"title": "A Notification to My Topic",
"body": "Add more information to your notification here!",
"icon": "https://www.example.com/my-notification-icon.png",
"click_action": "https://www.example.com/url-to-open-from-notification.html"
},
"to": "/topics/my-topic"
}' "https://fcm.googleapis.com/fcm/send"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment