Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit - FR: realtime event listener for RTDB (#229) #245

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    04d5088 View commit details
    Browse the repository at this point in the history
  2. added cmd/listen2/main.go

    uses 2 simultaneous Listeners
    Unmarshal json-encoded event data
    johndelavega committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a267ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5b9f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ddc43a View commit details
    Browse the repository at this point in the history
  5. Fixed bug, SnapshotIterator.Stop() not working from reconnect code fix (

    firebase#229)
    
    added SnapshotIterator.Done()
    updated test apps
    fixed variable scope for resp *http.Response
    johndelavega committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    755934e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b1eda5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Updated reconnect code for simplicity and stability (firebase#229)

     rebased branch jd-event-listener with upstream/master 'Bumped version to 3.9.0 ...'
     removed branch dev
    johndelavega committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    8918988 View commit details
    Browse the repository at this point in the history