firebase angular send notification to by tocken

Solutions on MaxInterview for firebase angular send notification to by tocken by the best coders in the world

showing results for - "firebase angular send notification to by tocken"
Abdoulaye
25 Jan 2020
1curl -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"}'
similar questions