@@ -42,6 +42,7 @@ import { getPerformance, providePerformance } from '@angular/fire/performance';
4242import { BlockProductionPillComponent } from '@app/layout/block-production-pill/block-production-pill.component' ;
4343import { MenuTabsComponent } from '@app/layout/menu-tabs/menu-tabs.component' ;
4444import { getFirestore , provideFirestore } from '@angular/fire/firestore' ;
45+ import { LeaderboardModule } from '@leaderboard/leaderboard.module' ;
4546
4647registerLocaleData ( localeFr , 'fr' ) ;
4748registerLocaleData ( localeEn , 'en' ) ;
@@ -164,6 +165,7 @@ export class AppGlobalErrorhandler implements ErrorHandler {
164165 WebNodeLandingPageComponent ,
165166 BlockProductionPillComponent ,
166167 MenuTabsComponent ,
168+ LeaderboardModule ,
167169 ] ,
168170 providers : [
169171 THEME_PROVIDER ,
@@ -179,15 +181,7 @@ export class AppGlobalErrorhandler implements ErrorHandler {
179181 } ,
180182 provideClientHydration ( ) ,
181183 provideHttpClient ( withFetch ( ) ) ,
182- provideFirebaseApp ( ( ) => initializeApp ( {
183- 'projectId' : 'openminawebnode' ,
184- 'appId' : '1:120031499786:web:9af56c50ebce25c619f1f3' ,
185- 'storageBucket' : 'openminawebnode.firebasestorage.app' ,
186- 'apiKey' : 'AIzaSyBreMkb5-8ANb5zL6yWKgRAk9owbDS1g9s' ,
187- 'authDomain' : 'openminawebnode.firebaseapp.com' ,
188- 'messagingSenderId' : '120031499786' ,
189- 'measurementId' : 'G-V0ZC81T9RQ' ,
190- } ) ) ,
184+ provideFirebaseApp ( ( ) => initializeApp ( CONFIG . globalConfig . firebase ) ) ,
191185 provideAnalytics ( ( ) => getAnalytics ( ) ) ,
192186 ScreenTrackingService ,
193187 // provideAppCheck(() => {
0 commit comments