Skip to content

Instantly share code, notes, and snippets.

@moinism
Created January 16, 2021 11:34
Show Gist options
  • Save moinism/01f3c11f60dda8f512557d38f74df043 to your computer and use it in GitHub Desktop.
Save moinism/01f3c11f60dda8f512557d38f74df043 to your computer and use it in GitHub Desktop.
A sample push message snippet to use with Electrolytic.app for Electron push notifications.
{
"appKey": "<Your-App-Key>",
"appSecret": "<Your-Secret>",
"target": ["<Token of target user>"],
"payload": "whatever you want to send to that user"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment