diff --git a/src/App.js b/src/App.js index 2822e4b..1e4acac 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) diff --git a/src/config/Config.js b/src/config/Config.js index 901ff12..ab62330 100644 --- a/src/config/Config.js +++ b/src/config/Config.js @@ -1,4 +1,4 @@ -const firebaseConfig = { +const FirebaseConfig = { apiKey: "AIzaSyBsRZZgJVa78hvpGBhgHtiIJ99BaxoDXaE", authDomain: "rayyan-h-tafe-nsw-2.firebaseapp.com", projectId: "rayyan-h-tafe-nsw-2",