I'm making an app for work that's meant to be a portal for patrons using Java in Android Studio. I've set up Firebase Cloud Messaging, Authentication, and a Realtime database to store users. I can send out push notifications easily from the Cloud Console, but I was wondering if there was a way to send push notifications to all devices without using the console?
My reasoning is that I don't want someone in HR accidentally deleting a user, but I would like them to be able to send out push notifications for situations such as closings. Is there any way to do that, either through a remote push to all devices, or a restricted version of the console so that changes can't be made? I'm pretty new to this, so forgive me if this is a simple question.