是否可以通过 Firestore 获取 Apple 推送通知?

Is it possible to get Apple Push Notifications with Firestore?

是否可以使用 Firebase Firestore 实施 APNS?

我已经设法从 Web 控制台通过 Firebase 云消息传递向设备发送推送通知,但我的应用程序需要针对数据库中的更改发送推送通知,例如当用户收到点赞或好友请求时.

有什么解决办法吗?

感谢您为我指明了正确的方向。

您需要使用 Firebase Cloud Functions with the FireStore triggers。第一个 link 有您的用例。

Firebase 的 YouTube 帐户上有一些很棒的tutorial videos。它甚至包括添加一个 Firestore 触发器。

您还可以发送设备到设备的推送通知,这对于 1-1 关系(例如 1-1 聊天)非常有用。为此,您可以利用此端点 https://fcm.googleapis.com/fcm/send.