Firebase : Send notification with REST API
URL:
https://fcm.googleapis.com/fcm/send
Header:
"Content-Type": "application/json",
"Authorization": "key="
BODY:
{
"to": "",
"notification": {
"title": "Check this Mobile (title)",
"body": "Rich Notification testing (body)",
}
}
'유용한 자료들(Tip)' 카테고리의 다른 글
[Network] REST란? REST API란? RESTful이란? (0) | 2019.10.30 |
---|