Skip to content

Instantly share code, notes, and snippets.

@lowe0292
Last active August 29, 2015 14:22
Show Gist options
  • Save lowe0292/364b17f8cc689e06a460 to your computer and use it in GitHub Desktop.
Save lowe0292/364b17f8cc689e06a460 to your computer and use it in GitHub Desktop.
firebaseRef.child('properties').orderByChild('owner_id').equalTo(1).on('child_added', function (data) {
console.log(data);
}, function (err) {
console.log(err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment