在我的客户端应用程序中,我们维护一个数据库,每当表更新时,需要从firebase通知接收到所有设备的通知[duplicate]

whhtz7ly  于 2022-11-17  发布在  其他
关注(0)|答案(1)|浏览(136)

此问题在此处已有答案

database update notification in firebase for specific users(2个答案)
Automatically send notification to all the users whenever there is any change in firebase [closed](1个答案)
How to send notification on data changes in databases(1个答案)
2天前关闭。
我尝试在firebase控制台中发送消息,但客户端要求在数据库中的表被修改时自动生成通知
有什么办法可以让它发生吗

nafvub8i

nafvub8i1#

是的,您可以将FCM与firebase函数和firestore triggers结合使用。您希望发生的实际上是firebase functions文档中描述的第一个用例:

图片直接来自firebase文档。

相关问题