diff --git a/src/App.js b/src/App.js index 1e4acac..2822e4b 100644 --- a/src/App.js +++ b/src/App.js @@ -30,7 +30,7 @@ import { StorageContext } from "./contexts/StorageContext"; function App() { - const FBapp = initializeApp(FirebaseConfig) + const FBapp = initializeApp(firebaseConfig) const FBauth = getAuth(FBapp) const FBdb = getFirestore(FBapp) const FBstorage = getStorage(FBapp)