【发布时间】:2021-12-04 06:27:19
【问题描述】:
我已经使用 firebase 云消息在我的应用程序中成功实现了通知,并且能够使用 admin.messaging().sendToDevice(registrationToken, message, notify_options) 在节点服务器中的我的 API 中发送通知
我的问题是有没有办法安排在特定的时间和日期,例如圣诞节的 12 月 25 日。
【问题讨论】:
标签: node.js firebase firebase-cloud-messaging