I have a small, internal Firebase App used for work. It is critical that users of this app always receive the most recently deployed code. If they have the page open and I make a new deployment to Firebase, I want to send a message to all of these clients that I can receive in my client-side code and then display a notification for. I am assuming that I would use Firebase Cloud Messaging to dispatch the message.
Is there a good way for me to do this with Firebase? Is there an event for this in the Cloud Functions feature? I've scoured the documentation but I cannot find any reference to an event that would let me do this.