-->

How to handle push notification in firebase

2019-07-18 16:37发布

问题:

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