Xien Lua
Xien Lua

Reputation: 41

How to handle push notification in firebase

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

Upvotes: 2

Views: 1504

Answers (1)

Ajoy
Ajoy

Reputation: 1848

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

Upvotes: 3

Related Questions