I'm trying to use this as a realtime DB (firebase replacement) on the SERVER to listen to events.
How do i listen for changes on a collection, or subscribe to a query?
A bit like useQuery hook but for server side?
Or do I have to resort to something with actions?
