Since the new release of Firebase you are able to send push notifications from the console to specified clients with Firebase Notifications
. But for a chat app I need Firebase to watch a node for new children and send the push notifications to those clients.
Is Firebase capable of this and if yes what is the best way to do this?