Skip to content

Use firebase-queue together with firebase cloud functions? #5

@ElectroBuddha

Description

@ElectroBuddha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions