Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 24b7cb0

Browse files
authored
Add Google Cloud Functions for Firebase message
1 parent c8f6873 commit 24b7cb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
## Important: Google Cloud Functions for Firebase
2+
3+
There may continue to be specific use-cases for firebase-queue, however if you're looking for a general purpose, scalable queueing system for Firebase then it is likely that building on top of [Google Cloud Functions for Firebase](https://firebase.google.com/docs/functions/) is the ideal route.
4+
15
# Firebase Queue [![Build Status](https://travis-ci.org/firebase/firebase-queue.svg?branch=master)](https://travis-ci.org/firebase/firebase-queue) [![Coverage Status](https://img.shields.io/coveralls/firebase/firebase-queue.svg?branch=master&style=flat)](https://coveralls.io/r/firebase/firebase-queue) [![GitHub version](https://badge.fury.io/gh/firebase%2Ffirebase-queue.svg)](http://badge.fury.io/gh/firebase%2Ffirebase-queue)
26

37
A fault-tolerant, multi-worker, multi-stage job pipeline built on the [Firebase Realtime
48
Database](https://firebase.google.com/docs/database/).
59

6-
710
## Table of Contents
811

912
* [Getting Started With Firebase](#getting-started-with-firebase)

0 commit comments

Comments
 (0)