Skip to content

Instantly share code, notes, and snippets.

@courthead
Created October 28, 2015 20:54
Show Gist options
  • Save courthead/c16f57b9de640651f9a2 to your computer and use it in GitHub Desktop.
Save courthead/c16f57b9de640651f9a2 to your computer and use it in GitHub Desktop.
new Firebase('https://handle-experimental.firebaseio.com/userEntities')
.orderByChild('chromeSettings/handle_@@_chromeSettings_@@_common_@@_ID/lastSeen')
.startAt("2015-10-27T00:00:00.000Z")
.on('child_added', function (snapshot) {
console.log(snapshot.val());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment