Created
May 4, 2021 15:08
-
-
Save PeterHdd/63b2c9efa018a5f099957382473d6486 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" | |
{ | |
"registration_ids": ["device_token"], | |
"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