code refactoring, remove duplicate gaurds and other files

This commit is contained in:
Gagan7900
2026-07-30 17:07:12 +05:30
parent 368d6bd540
commit 2a6f85890f
36 changed files with 943 additions and 1500 deletions
-9
View File
@@ -10,13 +10,4 @@ export const environment: AppEnvironment = {
warningAfterMs: 25 * 60 * 1000,
logoutAfterMs: 30 * 60 * 1000,
},
firebase: {
apiKey: '********************************',
authDomain: '********************************',
projectId: '********************************',
storageBucket: '********************************',
messagingSenderId: '********************************',
appId: '********************************',
measurementId: '********************************',
},
};