Skip to content

Instantly share code, notes, and snippets.

@avivl
Created November 1, 2017 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avivl/8ea27a7f98feb1d8735151ae3ba97bff to your computer and use it in GitHub Desktop.
Save avivl/8ea27a7f98feb1d8735151ae3ba97bff to your computer and use it in GitHub Desktop.
running_stream = db.child("running-jobs").stream(running_stream_handler)
finished_stream = db.child("running-jobs").stream(finished_stream_handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment