mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Firebase can kiss my fucking ass
This commit is contained in:
parent
1a76e9d40a
commit
b20f2f082f
2 changed files with 2 additions and 2 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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
const firebaseConfig = {
|
||||
const FirebaseConfig = {
|
||||
apiKey: "AIzaSyBsRZZgJVa78hvpGBhgHtiIJ99BaxoDXaE",
|
||||
authDomain: "rayyan-h-tafe-nsw-2.firebaseapp.com",
|
||||
projectId: "rayyan-h-tafe-nsw-2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue