Skip to content

Instantly share code, notes, and snippets.

@hatamiarash7
Created January 19, 2018 16:14
Show Gist options
  • Save hatamiarash7/1b5cc88206cdc7c4043fec8eaf2508d0 to your computer and use it in GitHub Desktop.
Save hatamiarash7/1b5cc88206cdc7c4043fec8eaf2508d0 to your computer and use it in GitHub Desktop.
Curl Send Firebase Android Notification

curl -X POST --header "Authorization: key=<SERVER_KEY>" --Header "Content-Type: application/json" https://fcm.googleapis.com/fcm/send -d "{\"to\":\"<REGISTERATION_KEY>\",\"notification\":{\"body\":\"Yellow\"},\"priority\":10}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment