firebase-queue
firebase-queue copied to clipboard
Firebase-queue cannot receive any request when client pushes tasks onto corresponding queue reference
Version info
Firebase: 4.8.1
Firebase Queue: 1.6.1 Firebase Admin: 5.5.1
Node.js: 6 or 7
Test case
I have followed all instructions of creating queue work and pushing tasks onto corresponding queue reference, but when I push task and I have seen pushed task data has been inserted into firebase database, but the queue doesn't listener and receive any tasks. It is very weird.
Below is sequentially package.json, queueWork.js, firebaseRef.js,

Anyone can help me out, thanx!
@Castafiore since you're passing a specId of focus_task on the queueOptions, did you also define the custom spec in the firebase database itself?
I've created an alternative for simple queue implementation https://github.com/dflourusso/firebase-simple-queue