Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 firebase 和 phonegap 开发一个实时聊天应用程序,我需要在应用程序未运行时处理推送通知。请指导我在后端服务器上处理推送通知以进行 firebase 更改。
谢谢
Firebase 直接与推送通知无关。如果您的服务器是 node.js 服务器,您可以侦听 Firebase 实例中的更改并通过推送通知响应这些更改。
阅读更多 :