mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
port firebase lib to api v3
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user