Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

fcm post example curl

curl -X POST -H "Authorization: Bearer ya29.ElqKBGN2Ri_Uz...HnS_uNreA" -H "Content-Type: application/json" -d '{
  "message": {
    "topic" : "foo-bar",
    "notification": {
      "body": "This is a Firebase Cloud Messaging Topic Message!",
      "title": "FCM Message"
    }
  }
}' https://fcm.googleapis.com/v1/projects/myproject-b5ae1/messages:send HTTP/1.1
Comment

PREVIOUS NEXT
Code Example
Shell :: linux unzip with password 
Shell :: github start ssh agent 
Shell :: rc.local not running 
Shell :: export requirements from python venv 
Shell :: tailwindcss cli 
Shell :: powershell function 
Shell :: restart webmin terminal 
Shell :: how to kill intellij process in linux 
Shell :: jupyter python downkload 
Shell :: npm install typeorm 
Shell :: command not found pipenv bash 
Shell :: rails no migration with version number 
Shell :: flutter cocoapods not installed 
Shell :: ubuntu start pycharm 
Shell :: E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 
Shell :: grep count lines 
Shell :: composer xampp windows 
Shell :: golang 
Shell :: print last terminal commands 
Shell :: compress folder ubuntu 
Shell :: install homebrew mac m1 
Shell :: bash remove first line 
Shell :: anconda install django 
Shell :: unable to connect my bluetooth devices to kali linux 
Shell :: git rewrite commit message 
Shell :: how to install terraform macos 
Shell :: update to 21.04 from 20.04 
Shell :: git check which files are committed 
Shell :: error permission to .git denied to deploy key 
Shell :: delete pid port 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =