Answers for "firebase angular send notification to by tocken"

0

firebase angular send notification to by tocken

curl -X POST \  https://fcm.googleapis.com/fcm/send \  -H 'Authorization: key=YOUR-SERVER-KEY' \  -H 'Content-Type: application/json' \  -d '{  "notification": {  "title": "Hey there",   "body": "Subscribe to mighty ghost hack youtube channel" }, "to" : "YOUR-GENERATED-TOKEN"}'
Posted by: Guest on January-11-2021

Code answers related to "firebase angular send notification to by tocken"

Code answers related to "Javascript"

Browse Popular Code Answers by Language