Skip to content

Instantly share code, notes, and snippets.

@phwt
Last active June 18, 2018 07:45
Show Gist options
  • Save phwt/fc8a500bd5182f0a4efd861766f27f96 to your computer and use it in GitHub Desktop.
Save phwt/fc8a500bd5182f0a4efd861766f27f96 to your computer and use it in GitHub Desktop.
Post notification from Firebase Cloud Messaging using only cURL
curl -X POST --header "Authorization: key=[FIREBASE_SERVER_KEY]" --Header "Content-Type: application/json" https://fcm.googleapis.com/fcm/send -d "{\"to\":\"[DEVICE_TOKEN]\",\"notification\":{\"body\":\"[MESSAGE]\"},\"priority\":10}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment