diff --git a/firebaseConfig.ts b/firebaseConfig.ts
new file mode 100644
index 0000000000000000000000000000000000000000..c1f8a80f113763fdd94533670dec65db07e9cb82
--- /dev/null
+++ b/firebaseConfig.ts
@@ -0,0 +1,23 @@
+import { initializeApp } from 'firebase/app';
+
+// Optionally import the services that you want to use
+// import {...} from 'firebase/auth';
+// import {...} from 'firebase/database';
+// import {...} from 'firebase/firestore';
+// import {...} from 'firebase/functions';
+// import {...} from 'firebase/storage';
+
+// Initialize Firebase
+const firebaseConfig = {
+    apiKey: "AIzaSyDVLTu3KD-ivA2O16peo-iqevuBw97S3_8",
+    authDomain: "reacttodoapp-1a8ef.firebaseapp.com",
+    projectId: "reacttodoapp-1a8ef",
+    storageBucket: "reacttodoapp-1a8ef.firebasestorage.app",
+    messagingSenderId: "343748110693",
+    appId: "1:343748110693:web:dcef9c613703383441d98c",
+    measurementId: "G-CPTGYLFRW0"
+};
+
+const app = initializeApp(firebaseConfig);
+// For more information on how to access Firebase in your project,
+// see the Firebase documentation: https://firebase.google.com/docs/web/setup#access-firebase