In a recent project, I use the realtime firebase DB to watch timestamps of updated objects; like a frontside "pub/sub". Simply put: every time the backend updates an object it updates a timestamp in Firebase, and then the connected clients who are watching it know they should trigger an HTTP roundtrip.