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
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
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 :