Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #68 from mironal/update-firebase
Browse files Browse the repository at this point in the history
update firebase version to 3.6.0
  • Loading branch information
urish authored Nov 14, 2016
2 parents 1f1a05e + 7997c98 commit 53677e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ function FirebaseServer(port, name, data) {
// We must pass a "valid looking" configuration to initializeApp for its
// internal checks to pass.
var config = {
databaseURL: 'ws://fakeserver.firebaseio.test',
serviceAccount: {
'private_key': 'fake',
'client_email': 'fake'
}
databaseURL: 'ws://fakeserver.firebaseio.test'
};
this.app = firebase.initializeApp(config, appName);
this.app.database().goOffline();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"coveralls": "2.11.4",
"eslint": "1.7.3",
"faye-websocket": "0.10.0",
"firebase": "3.3.0",
"firebase": "3.6.0",
"firebase-token-generator": "^2.0.0",
"istanbul": "0.4.0",
"mocha": "2.3.3",
Expand Down

0 comments on commit 53677e5

Please sign in to comment.