火焰库集合更改时的颤振通知(背景)

时间:2018-05-28 09:59:06

标签: firebase google-cloud-firestore flutter

当应用程序未打开时,如何在订阅的集合(firestore)发生更改时通知用户?

我在想,一旦集合(或集合中的文档)发生变化,可能会使用FCM推送,但首先会调查替代路线。

提前致谢。

1 个答案:

答案 0 :(得分:2)

您可以使用将在后端运行的云功能。当Firestore集合中的文档更新并发送Firebase Cloud Messaging通知时,将触发此操作。

您会在此处找到一个Cloud Function示例,其中显示了如何在此处发送FCM通知:https://github.com/firebase/functions-samples/tree/master/fcm-notifications以及此处的Firebase FCM文档:https://firebase.google.com/docs/cloud-messaging/concept-options

您可以在此处找到Fire Functions触发器的文档:https://firebase.google.com/docs/functions/firestore-events