Fix typo on line 33 ("FirebaseConfig to "firebaseConfig")
This commit is contained in:
parent
38e49afe3e
commit
1a76e9d40a
|
@ -30,7 +30,7 @@ import { StorageContext } from "./contexts/StorageContext";
|
||||||
|
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const FBapp = initializeApp(FirebaseConfig)
|
const FBapp = initializeApp(firebaseConfig)
|
||||||
const FBauth = getAuth(FBapp)
|
const FBauth = getAuth(FBapp)
|
||||||
const FBdb = getFirestore(FBapp)
|
const FBdb = getFirestore(FBapp)
|
||||||
const FBstorage = getStorage(FBapp)
|
const FBstorage = getStorage(FBapp)
|
||||||
|
|
Loading…
Reference in New Issue