Skip to content

Commit

Permalink
fix: decided to remove firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 18, 2020
1 parent cf652f4 commit 48702e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,5 @@
<body>
<!-- DO NOT touch the following DIV -->
<div id="q-app"></div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-app.js"></script>

<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-analytics.js"></script>

<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: 'AIzaSyAAs6xnU1khrFKQyGk9oRhGSMnotit0EYQ',
authDomain: 'mal-mirai.firebaseapp.com',
databaseURL: 'https://mal-mirai.firebaseio.com',
projectId: 'mal-mirai',
storageBucket: 'mal-mirai.appspot.com',
messagingSenderId: '61299439464',
appId: '1:61299439464:web:fdf5e8e490d2fb186708dd',
measurementId: 'G-GZNGD85W0B'
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/pages/FAQ.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
Really?
</h4>
<h5>
Yes, the only data-collecting tool the website uses is Firebase :P
Yes, we don't use any data collention tools or analytics.
</h5>
</div>

Expand Down

1 comment on commit 48702e5

@vercel
Copy link

@vercel vercel bot commented on 48702e5 Jul 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.