We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f54b10b + b93f840 commit ae13ee5Copy full SHA for ae13ee5
1 file changed
app/index.html
@@ -669,12 +669,12 @@ <h6 class="mb-4"><strong>GDG DevFest</strong></h6>
669
<script>
670
// Initialize Firebase
671
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"
+ apiKey: "apiKey",
+ authDomain: "yourApp.firebaseapp.com",
+ databaseURL: "https://yourApp.firebaseio.com",
+ projectId: "projectId",
+ storageBucket: "storageBuckect",
+ messagingSenderId: "massagingSenderId"
678
};
679
firebase.initializeApp(config);
680
</script>
0 commit comments