port firebase lib to api v3

This commit is contained in:
Matteo Pagliazzi
2015-11-14 02:50:58 +01:00
parent e84e3e1352
commit d89b1cb60d
6 changed files with 72 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var isProd = nconf.get('NODE_ENV') === 'production';
var api = module.exports;
var pushNotify = require('./../pushNotifications');
var analytics = utils.analytics;
var firebase = require('../../libs/firebase');
var firebase = require('../../libs/api-v2/firebase');
/*
------------------------------------------------------------------------