Skip to content

Instantly share code, notes, and snippets.

@avivl
Created November 1, 2017 20:52
Show Gist options
  • Select an option

  • Save avivl/8ea27a7f98feb1d8735151ae3ba97bff to your computer and use it in GitHub Desktop.

Select an option

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