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,
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"
}
};