Full suite of data commands: get, set, update, push, remove

This commit is contained in:
Michael Bleigh
2015-09-25 17:53:09 -07:00
parent 6b6b262028
commit d41d9a649c
6 changed files with 145 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
'use strict';
var FirebaseError = require('./error');
var _ = require('lodash');
module.exports = function(response, body, options) {
if (response.statusCode < 400) {