File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments