Hi,
I've been using firebase-queue before firebase cloud functions were released. Since then I've moved to cloud functions, but I still think that queues were really great solution for chaining different kinds of tasks. On the other hand, cloud functions are great because now I can host all of my server-side logic on the firebase platform, whereas with firebase-queues I had to host server-side app on my own server.
Is it possible to have best of the both worlds, to use firebase-queues inside cloud-functions, maybe use cloud functions' 'onWrite' trigger to run the queue?