Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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"}'
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #firebase #angular #send #notification #tocken
ADD COMMENT
Topic
Name
9+5 =