This commit is contained in:
Matteo Pagliazzi
2015-09-04 17:22:15 +02:00
parent 37ae48891c
commit 0f1d514460
+1 -1
View File
@@ -5,7 +5,7 @@ var firebaseRef;
var firebaseConfig = nconf.get('FIREBASE');
// Setup
if(isProd || true){
if(isProd){
firebaseRef = new Firebase('https://' + firebaseConfig.APP + '.firebaseio.com');
firebaseRef.on('value', function(snapshot){