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) => {