disable firebase syncing for tavern

This commit is contained in:
Matteo Pagliazzi
2015-09-06 20:08:31 +02:00
parent 6e2b3a805e
commit ef9aecf531
5 changed files with 14 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ firebaseRef.authWithCustomToken('firebase-secret', function(err, authData){
dbGroups.findEach({}, {_id: 1, members: 1}, {batchSize: 100}, function(err, group){
if(err) throw err;
if(group._id !== 'habitrpg') return;
countGroups++;
console.log('Group: ', countGroups);