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

View File

@@ -42,7 +42,7 @@ let db = mongoose.connect(nconf.get('NODE_DB_URI'), mongooseOptions, (err) => {
autoinc.init(db);
import './libs/firebase';
import './libs/api-v3/firebase';
// load schemas & models
import './models/challenge';