Skip to content

Commit

Permalink
use snipstory.be
Browse files Browse the repository at this point in the history
  • Loading branch information
azahmed096 committed Jul 25, 2018
1 parent 9b393b3 commit 2554d5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "snipstory-dev"
"default": "ishare-c35bb"
}
}
12 changes: 6 additions & 6 deletions src/helpers/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import firebase from 'firebase';

// Initialize Firebase
const config = {
apiKey: 'AIzaSyCp0nRqtsjwrR3W_49LzHkM4ghOsNglBGU',
authDomain: 'snipstory-dev.firebaseapp.com',
databaseURL: 'https://snipstory-dev.firebaseio.com',
projectId: 'snipstory-dev',
storageBucket: 'snipstory-dev.appspot.com',
messagingSenderId: '530521724254'
apiKey: "AIzaSyAmVHUHVmO5OS1-pKcLP_YkPwffWFhdIu0",
authDomain: "ishare-c35bb.firebaseapp.com",
databaseURL: "https://ishare-c35bb.firebaseio.com",
projectId: "ishare-c35bb",
storageBucket: "ishare-c35bb.appspot.com",
messagingSenderId: "530521724254"
};

firebase.initializeApp(config);
Expand Down

0 comments on commit 2554d5f

Please sign in to comment.