What is the use case of Firebase Queue? -


i doing experiments on firebase realtime database. though came across firebase-queue. docs says https://github.com/firebase/firebase-queue.

a fault-tolerant, multi-worker, multi-stage job pipeline built on firebase realtime database.

what mean ?

firebase-queue lets use realtime database submit jobs backend server control. clients write database, , data received firebase-queue, can whatever want it.

if have interest in running backend code reacts changes in firebase project, better off looking cloud functions firebase, because won't have manage backend server @ all. write , deploy code it.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -