From a8d7d055478f0a9c2420a6ec81dc8fcf9d7f8e83 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 15 Aug 2020 14:11:39 +0200 Subject: [PATCH] Removed .env file --- .ENV | 1 - .gitignore | 2 ++ src/views/StationsView.vue | 10 ++++------ 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .ENV diff --git a/.ENV b/.ENV deleted file mode 100644 index bc4d3de..0000000 --- a/.ENV +++ /dev/null @@ -1 +0,0 @@ -API_KEY=AIzaSyBI36X2-p7vU1flxoJdCEc0noByyTe1mpw \ No newline at end of file diff --git a/.gitignore b/.gitignore index 145a2f3..4a5557e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ node_modules .gitignore .firebase + +.env diff --git a/src/views/StationsView.vue b/src/views/StationsView.vue index 5160b0f..3347884 100644 --- a/src/views/StationsView.vue +++ b/src/views/StationsView.vue @@ -68,12 +68,10 @@ export default class StationsView extends Vue { } async mounted() { - const { docs } = await db.collection("history").get(); - - docs.forEach((doc) => { - console.log(doc.data()); - }); - + // const { docs } = await db.collection("history").get(); + // docs.forEach((doc) => { + // console.log(doc.data()); + // }); // this.$store.watch( // (state, getters) => getters.getConnectionState, // (state: ConnState) => {