Hi i am making a workspace managment booking application and I dont know whether to use push notifcation or local notifcation, The situation is that lets say the manager is allowed to book seats and meeting rooms for his team and they should also reach the notifcation that a meeting room is booked. And i have lets say the admin added events from the backend all the users should get a notfication. I am using postgres as my database and nestjs for backend, flutter for app development. I am confused whether to use local or firebase for this application because the notifcations are going to be triggered at time intervals.
I didnt try either since i am in two minds about it and i need some clarity.