firebase Google钱包推送通知

xjreopfe  于 2022-11-17  发布在  Go
关注(0)|答案(1)|浏览(151)

我已经将Google Wallet整合到我的电子商务商店中,这样用户就可以在他们的Google电子钱包中添加会员卡和优惠券。现在我需要知道如何使用FCM(Firebase Cloud Messaging)在更新通行证时通过Google Wallet向用户发送推送通知(如收到新积分、新等级、过期等)。
我试着在网上搜索过,但什么也没有找到。提前感谢你的帮助!

gr8qqesn

gr8qqesn1#

FCM无法做到这一点。wallet api将控制wallet应用程序的通知。更多文档可以在这里找到:https://developers.google.com/wallet/retail/offers/use-cases/offer-expiration-notification#custom-offer-expiration-notification-time

相关问题