I'm using Firebase notifications on my app. I was wandering if it's possible to send a notification every time I add a new child to a certain table. For example, I create a new event (like a concert or something) and add it to my Firebase Database trought my phone. Is it possible that firebase send to every user some field on that event as a notification (like title and description)?
Thanks!