Skip to content

Instantly share code, notes, and snippets.

@Zeta55
Last active October 25, 2019 09:25
Show Gist options
  • Save Zeta55/d0c039f23cad8e3ac86d1ef856da85b6 to your computer and use it in GitHub Desktop.
Save Zeta55/d0c039f23cad8e3ac86d1ef856da85b6 to your computer and use it in GitHub Desktop.
{
"message": {
"token": "<device_token>", // send push to particular device
"channel": "<channel_id>", // or to channel
"notification": {
"title": "Hello baby!",
"body": "This is my first notification ..."
}
"payload": { // (optional) invisible data for background processing
"<custom_key1>": "<custom_value1>",
"<custom_key2>": "<custom_value2>",
"<custom_key3>": "<custom_value3>"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment