Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeedwin committed Dec 9, 2018
2 parents f54b10b + b93f840 commit ae13ee5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,12 @@ <h6 class="mb-4"><strong>GDG DevFest</strong></h6>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyC4IxZmlGyyIOq3Gxenn3gNN8TZmKRLoQE",
authDomain: "devfestrv.firebaseapp.com",
databaseURL: "https://devfestrv.firebaseio.com",
projectId: "devfestrv",
storageBucket: "devfestrv.appspot.com",
messagingSenderId: "682420664569"
apiKey: "apiKey",
authDomain: "yourApp.firebaseapp.com",
databaseURL: "https://yourApp.firebaseio.com",
projectId: "projectId",
storageBucket: "storageBuckect",
messagingSenderId: "massagingSenderId"
};
firebase.initializeApp(config);
</script>
Expand Down

0 comments on commit ae13ee5

Please # to comment.