0

I have this project with two applications, an admin and a client application. This project is an SOS application, wherein the admin application is the response to the emergency, and the client application is the user requesting help. What I want to happen is that whenever a user request help(adds data on firebase real-time database), the cloud function will listen to that and calls the notification function in my admin application that will notify all the admin accounts.

Timow
  • 17
  • 5
  • It sounds like you want to [notify users when something interesting happens in the database](https://firebase.google.com/docs/functions/use-cases#notify_users_when_something_interesting_happens), so I recommend checking out that section in the documentation. – Frank van Puffelen Nov 30 '22 at 14:58
  • Thank you I will check on that! @FrankvanPuffelen – Timow Nov 30 '22 at 15:01

0 Answers0