From 6831007fd94720b21eb9ad87e44a22d231a23f52 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 29 Aug 2023 08:59:38 +0000 Subject: [PATCH] Initialize FIrebase App FirebaseConfig --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index e270cf5..d36032d 100644 --- a/src/App.js +++ b/src/App.js @@ -9,6 +9,7 @@ import Container from "react-bootstrap/Container"; import { Navbar } from "react-bootstrap/esm"; function App() { + const FBapp = initializeApp(firebaseConfig); return (