I have an app which has an admin login. I am trying to add the ability for an admin to send out push notifications from within the app itself without having to go to my Firebase Console. When I asked Firebase support I received this reply.
"It is possible through Firebase Cloud Messaging. What you can do is send an upstream message from your app to the app server then it will process the upstream message to send a push notification to the client app."
Has anyone done this before? I am trying to figure out how this would work. Since non admins just use the app without a login in would I create a default user id that the app itself listens on that upstream messages meant as push notifications would be sent to? Is there a way to send an upstream message that goes to anyone with the app on their phone as a push notification?