作者:空心悟心 | 来源:互联网 | 2023-06-22 10:19
Firebase CloudMessaging具有服务器端API,您可以调用它们来发送消息。
发送消息就像使用curl
HTTP端点一样简单。
curl -X POST --header "Authorization: key=" \
--Header "Content-Type: application/json" \
https://fcm.googleapis.com/fcm/send \
-d "{\"to\":\"\",\"notification\":{\"body\":\"Yellow\"},\"priority\":10}"