mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Fix typo on line 33 ("FirebaseConfig to "firebaseConfig")
This commit is contained in:
parent
38e49afe3e
commit
1a76e9d40a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue