菜鸟教程小白 发表于 2022-12-13 15:57:22

ios - 是否可以使用 Firestore 获取 Apple 推送通知?


                                            <p><p>是否可以使用 Firebase Firestore 实现 APNS? </p>

<p>我已经设法通过 Firebase Cloud Messaging 从 Web 控制台向设备发送推送通知,但我的应用需要针对数据库中的更改发送推送通知,例如当用户收到点赞或好友请求时。</p>

<p>有什么解决办法吗?</p>

<p>感谢您为我指明正确的方向。 </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要使用 <a href="https://firebase.google.com/docs/functions/use-cases" rel="noreferrer noopener nofollow">Firebase Cloud Functions</a>与 <a href="https://firebase.google.com/docs/functions/firestore-events" rel="noreferrer noopener nofollow">FireStore triggers</a> .第一个链接有您的用例。</p>

<p>有一些很棒的<a href="https://www.youtube.com/watch?v=DYfP-UIKxH0&amp;list=PLl-K7zZEsYLkPZHe41m4jfAxUi0JjLgSM" rel="noreferrer noopener nofollow">tutorial videos</a>在 Firebase 的 YouTube 帐户上。它甚至包括添加 Firestore 触发器。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 是否可以使用 Firestore 获取 Apple 推送通知?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/50354767/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/50354767/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 是否可以使用 Firestore 获取 Apple 推送通知?