Is there any way to send Notification automatically from flutter app or when Realtime database updates?
i have app that contains products, stores and i want to send push notification when store add new product to notify all customers that the store added new products
is there any way to do something like this without backend server?