This commit is contained in:
marcusferl@weifer.de 2022-09-16 21:51:10 +02:00
commit 77e7017c97

View File

@ -6,13 +6,13 @@ export const environment = {
production: false, production: false,
firebaseConfig: { firebaseConfig: {
apiKey: "AIzaSyCYOq1jv8IRfGhs2NPoXhmOUSPVnyxq3vw", apiKey: "xxxx",
authDomain: "angular-login-abe92.firebaseapp.com", authDomain: "xxx",
projectId: "angular-login-abe92", projectId: "xxx",
storageBucket: "angular-login-abe92.appspot.com", storageBucket: "xxx",
messagingSenderId: "1050503165651", messagingSenderId: "xxx",
appId: "1:1050503165651:web:894ceb5c86ada15a2ac626", appId: "xxx",
measurementId: "G-N34588MQT5" measurementId: "xxx"
} }
}; };