Skip to content

Commit f4a8954

Browse files
committed
Push maybe..
1 parent 781602f commit f4a8954

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

API/firestore.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import 'firebase/firestore'
33

44
// Initialize Firebase
55
const config = {
6-
apiKey: process.env.API_KEY,
7-
authDomain: process.env.AUTH_DOMAIN,
8-
databaseURL: process.env.DATABASE_URL,
9-
projectId: process.env.PROJECT_ID,
10-
messagingSenderId: process.env.MESSAGING_SENDER_ID,
11-
storageBucket: '',
6+
apiKey: 'AIzaSyBz5B1khDRrzz5TRS0jEB6rF8e8U3yyJ_0',
7+
authDomain: 'larsentalks.firebaseapp.com',
8+
databaseURL: 'https://larsentalks.firebaseio.com',
9+
projectId: 'larsentalks',
10+
storageBucket: 'larsentalks.appspot.com',
11+
messagingSenderId: '964389312791',
1212
}
1313

1414
if (!firebase.apps.length) {

pages/piter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ this is a very long line which we normally shouldn't be using`,
139139
}
140140
},
141141
},
142-
created: function() {
142+
mounted: function() {
143143
this.$store.state.presentation.isLive = true
144144
},
145145
}

0 commit comments

Comments
 (0)