Created
May 4, 2021 15:07
-
-
Save PeterHdd/512066e0126e83da67f70cac2eed7f11 to your computer and use it in GitHub Desktop.
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
POST https://fcm.googleapis.com/fcm/send | |
Authoritzation key="your_server_key" | |
{ | |
"to": "/topics/messaging", | |
"notification": { | |
"title": "FCM", | |
"body": "messaging tutorial" | |
}, | |
"data": { | |
"msgId": "msg_12342" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment