Skip to content

Instantly share code, notes, and snippets.

@Kiolk
Last active May 20, 2020 20:51
Show Gist options
  • Save Kiolk/7e7bd0c80202aadefdf0778aee47074e to your computer and use it in GitHub Desktop.
Save Kiolk/7e7bd0c80202aadefdf0778aee47074e to your computer and use it in GitHub Desktop.
Data notification with cURL
curl -X POST \
-H "Authorization: key=<SERVER_KEY>" \
-H "Content-Type: application/json" \
-d '{"to":"<DEVICE_ID>","collapse_key":"type_a","data":{"body":"Notification body","title":"Notification title","key1":"Your value","key2":"Your other value"}}' \
https://fcm.googleapis.com/fcm/send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment