diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 90c8026..fbb434b 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,13 +6,13 @@ export const environment = { production: false, firebaseConfig: { - apiKey: "AIzaSyCYOq1jv8IRfGhs2NPoXhmOUSPVnyxq3vw", - authDomain: "angular-login-abe92.firebaseapp.com", - projectId: "angular-login-abe92", - storageBucket: "angular-login-abe92.appspot.com", - messagingSenderId: "1050503165651", - appId: "1:1050503165651:web:894ceb5c86ada15a2ac626", - measurementId: "G-N34588MQT5" + apiKey: "xxxx", + authDomain: "xxx", + projectId: "xxx", + storageBucket: "xxx", + messagingSenderId: "xxx", + appId: "xxx", + measurementId: "xxx" } };