Skip to content

Commit ae13ee5

Browse files
committed
Merge branch 'master' of https://github.com/mayeedwin/devfest
2 parents f54b10b + b93f840 commit ae13ee5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,12 @@ <h6 class="mb-4"><strong>GDG DevFest</strong></h6>
669669
<script>
670670
// Initialize Firebase
671671
var config = {
672-
apiKey: "AIzaSyC4IxZmlGyyIOq3Gxenn3gNN8TZmKRLoQE",
673-
authDomain: "devfestrv.firebaseapp.com",
674-
databaseURL: "https://devfestrv.firebaseio.com",
675-
projectId: "devfestrv",
676-
storageBucket: "devfestrv.appspot.com",
677-
messagingSenderId: "682420664569"
672+
apiKey: "apiKey",
673+
authDomain: "yourApp.firebaseapp.com",
674+
databaseURL: "https://yourApp.firebaseio.com",
675+
projectId: "projectId",
676+
storageBucket: "storageBuckect",
677+
messagingSenderId: "massagingSenderId"
678678
};
679679
firebase.initializeApp(config);
680680
</script>

0 commit comments

Comments
 (0)