feat(firebase): Add Firebase SDK and initialize Analytics
This commit integrates the Firebase SDK into the application to enable Firebase services, starting with Google Analytics. Key changes include: - Added the `firebase` package as a dependency. - Included Firebase project configuration variables in the production environment file. - Created a new `firebase.ts` utility to centralize Firebase app initialization. - Integrated the `FirebaseAnalytics` component into the root layout to enable analytics tracking across the entire application.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"currency-symbol-map": "^5.1.0",
|
||||
"dayjs": "^1.11.13",
|
||||
"firebase": "^12.3.0",
|
||||
"flatpickr": "^4.6.13",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jsvectormap": "^1.6.0",
|
||||
|
||||
Reference in New Issue
Block a user