Skip to content

Commit

Permalink
credential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLewanowicz committed Feb 10, 2019
1 parent 48608e1 commit c59bc54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
// Initialize Firebase
// TODO: Replace with your project's customized code snippet
var config = {
apiKey: "<API_KEY>",
authDomain: "<PROJECT_ID>.firebaseapp.com",
databaseURL: "https://<DATABASE_NAME>.firebaseio.com",
projectId: "<PROJECT_ID>",
storageBucket: "<BUCKET>.appspot.com",
messagingSenderId: "<SENDER_ID>",
apiKey: "AIzaSyDmaCwOP3cpcVj91VGNPrHopr234Z_6f3o",
authDomain: "boardhoard.firebaseapp.com",
databaseURL: "https://boardhoard.firebaseio.com",
projectId: "Boardhoard",
storageBucket: "boardhoard.appspot.com",
messagingSenderId: "736982039678"
};
firebase.initializeApp(config);
</script>
Expand Down

0 comments on commit c59bc54

Please sign in to comment.