Removed .env file

This commit is contained in:
2020-08-15 14:11:39 +02:00
parent 00ab5e9713
commit a8d7d05547
3 changed files with 6 additions and 7 deletions
-1
View File
@@ -1 +0,0 @@
API_KEY=AIzaSyBI36X2-p7vU1flxoJdCEc0noByyTe1mpw
+2
View File
@@ -24,3 +24,5 @@ node_modules
.gitignore .gitignore
.firebase .firebase
.env
+4 -6
View File
@@ -68,12 +68,10 @@ export default class StationsView extends Vue {
} }
async mounted() { async mounted() {
const { docs } = await db.collection("history").get(); // const { docs } = await db.collection("history").get();
// docs.forEach((doc) => {
docs.forEach((doc) => { // console.log(doc.data());
console.log(doc.data()); // });
});
// this.$store.watch( // this.$store.watch(
// (state, getters) => getters.getConnectionState, // (state, getters) => getters.getConnectionState,
// (state: ConnState) => { // (state: ConnState) => {