Firebase notification on child added/modified

前端 未结 3 581
死守一世寂寞
死守一世寂寞 2020-12-09 05:10

Is it possible to generate a push notification (if the app is not in the foreground) on firebase db changes? I started coding an android app.

3条回答
  •  难免孤独
    2020-12-09 05:24

    Firebase provides a tool called Cloud Functions.

    With this, you can listen to your Firebase Database and send Notifications without the need for an external server :)

    See : https://firebase.google.com/docs/functions/use-cases

提交回复
热议问题