Skip to content

Commit dcc34c7

Browse files
committed
update
1 parent 5f87c13 commit dcc34c7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

99
<script
10-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB_Aad8C5nd1-IQQmBU-Qk-RmpcuAPC3j8&libraries=places,marker&loading=async"
10+
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBohggZnTeiQX5CRNaFFYs98TqUV2zucZA&libraries=places,marker&loading=async"
1111
async
1212
></script>
1313

app/services/firebase.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ export default class FirebaseService extends Service {
3434
super(...arguments);
3535

3636
const firebaseConfig = {
37-
apiKey: 'AIzaSyBA5j9IlyfRSDzNMqOkR6Jh-Cu1ezPurkA',
38-
authDomain: 'project2-f4147.firebaseapp.com',
39-
projectId: 'project2-f4147',
40-
storageBucket: 'project2-f4147.firebasestorage.app',
41-
messagingSenderId: '1009472379533',
42-
appId: '1:1009472379533:web:7d80946a40e937612e20c4',
37+
apiKey: "AIzaSyDgyzWo_AMAeu0G03NhWQ_jBr-nlM5cO0s",
38+
authDomain: "running-tracker-86998.firebaseapp.com",
39+
projectId: "running-tracker-86998",
40+
storageBucket: "running-tracker-86998.firebasestorage.app",
41+
messagingSenderId: "131436566714",
42+
appId: "1:131436566714:web:96067a300a45abf3118a83",
43+
measurementId: "G-NNGQS2B0T6"
4344
};
44-
4545
this.app = initializeApp(firebaseConfig);
4646
this.auth = getAuth(this.app);
4747
this.db = getFirestore(this.app);

0 commit comments

Comments
 (0)