Live data from Hacker News

Introducing Firebase Queue

firebase.com

11–14 of 14 posts

Re: Introducing Firebase Queue

#11

Hi HN, I'm the lead engineer on Firebase Queue. I think it will make processing background tasks in Firebase much easier, and we're already using it for some projects internally. I'd love to hear what you think when you try it out!

Firebase and AWS user. Is this similar to AWS SQS. Any performance or other benefits?

Re: Introducing Firebase Queue

#12

Hi HN, I'm the lead engineer on Firebase Queue. I think it will make processing background tasks in Firebase much easier, and we're already using it for some projects internally. I'd love to hear what you think when you try it out!

Is this using the streaming API or polling?

Re: Introducing Firebase Queue

#13
post #12

Hi HN, I'm the lead engineer on Firebase Queue. I think it will make processing background tasks in Firebase much easier, and we're already using it for some projects internally. I'd love to hear what you think when you try it out!

Is this using the streaming API or polling?

It uses the Node Firebase client: https://www.npmjs.com/package/firebase

Re: Introducing Firebase Queue

#14

Hi HN, I'm the lead engineer on Firebase Queue. I think it will make processing background tasks in Firebase much easier, and we're already using it for some projects internally. I'd love to hear what you think when you try it out!

How does this compare to the reliability of RabbitMQ on the server side?

Can you have multiple simultaneous queues? And multiple listeners per queue?

What is latency and performance like, especially with third-party server workers?

Post reply on HN