Package Exports
- firebase-queue
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (firebase-queue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Firebase Queue

A fault-tolerant, multi-worker, multi-stage job pipeline built on the Firebase Realtime Database.
Table of Contents
Getting Started With Firebase
Firebase Queue requires Firebase in order to sync and store data. Firebase is a suite of integrated products designed to help you develop your app, grow your user base, and earn money. You can sign up here for a free account.
Downloading Firebase Queue
You can download Firebase Queue via npm. You will also have to install Firebase separately (that is,
they are peerDependencies):
$ npm install firebase firebase-queue --saveDocumentation
Contributing
If you'd like to contribute to Firebase Queue, please first read through our contribution guidelines. Local setup instructions are available here.