gpt4 book ai didi

firebase - 应用程序图标徽章 - Firebase 推送通知/FCM - Flutter

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

我想在我的应用程序图标上显示通知计数器。我需要同时为 iOS 和 Android 执行此操作。当应用程序被终止(未运行)或在后台运行时,计数器也必须更新。我正在使用 firebase 推送通知。

如果我考虑使用通用计数器,那么我可以使用 FirebaseMessaging.configure onMessage 事件来减少计数器值,但如何增加同一计数器的值(我如何知道收到通知)。

flutter_app_badger 1.1.2描述显示按下按钮时增加和减少的计数器值,我如何收听通知和处理计数器?

下面是我的消息负载

    var tokens = [];
var payload = {
"notification": {
"title": "Contest Won! " + contestActivityFeedData.contestname,
"body": "You Have Won " + contestActivityFeedData.amount,
"click_action": "FLUTTER_NOTIFICATION_CLICK",
},
"data": {
"contestid": contestActivityFeedData.contestid,
"contestname": contestActivityFeedData.contestname,
"notificationtype": 'contest_won'
},
}
admin.messaging().sendToDevice(tokens, payload);

关于这个的任何文章/视频/插件?

This is what i am trying to achieve

最佳答案

您可以将“徽章”选项添加到通知负载。

引用:https://firebase.google.com/docs/cloud-messaging/http-server-ref#notification-payload-support

关于firebase - 应用程序图标徽章 - Firebase 推送通知/FCM - Flutter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62403887/

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