gpt4 book ai didi

Firebase 在单个请求中发送多个通知

转载 作者:行者123 更新时间:2023-12-04 02:58:12 26 4
gpt4 key购买 nike

我必须使用 Firebase 消息传递通过单个请求发送多个通知。下面是我如何向单个用户发送通知的示例。任何帮助将不胜感激。

  curl --header "Authorization: key=***********" --header "Content-Type: application/json" -d '{
"notification": {
"title": "FCM Message",
"body": "This is an FCM Message"
},
"to": "********************************************",
}' https://fcm.googleapis.com/fcm/send

最佳答案

希望对大家有所帮助。

curl --header "Authorization: key=***********" --header "Content-Type: 
application/json" -d '{
"notification": {
"title": "FCM Message",
"body": "This is an FCM Message"
},
"registration_ids": ["********************************************",
"*********************************",
"*********************************"]
}' https://fcm.googleapis.com/fcm/send

关于Firebase 在单个请求中发送多个通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51865784/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com