Created
January 16, 2021 11:34
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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