How to handle push notification in firebase

假装没事ソ 提交于 2019-12-11 02:49:50

问题


I'm developing a real time chat application using firebase and phonegap,I need to handle push notifications when application is not running.Please guide me to handle push notification at my backend server for firebase changes.

thanks


回答1:


Firebase directly has nothing to do with push notifications. If your server is a node.js server, you can listen for changes in your Firebase instance and respond to those changes with push notifications.

Read more :

  1. Where does Firebase fit in your app?
  2. Firebase Work queue


来源:https://stackoverflow.com/questions/29142564/how-to-handle-push-notification-in-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!