fcm

Push通知を送ってみる

Pushを送ってみる curl -X POST \ https://fcm.googleapis.com/fcm/send \ -H 'authorization: {{{{key=サーバキー}}}}' \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -d '{ "to" : "{{{{fcmToken}}}}", "priority" : "high", "…