Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Last active December 30, 2016 08:33
Show Gist options
  • Select an option

  • Save miquelbeltran/e03d4c35d6256e99fb5c6790f6759a47 to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/e03d4c35d6256e99fb5c6790f6759a47 to your computer and use it in GitHub Desktop.
curl https://fcm.googleapis.com/fcm/send -X POST \
--header "Authorization: key=long auth key" \
--Header "Content-Type: application/json" \
-d '
{
"to": "the device token"
"notification":{
"title":"New Notification!",
"body":"Test"
},
"priority":10
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment