Firebase can kiss my fucking ass
This commit is contained in:
parent
1a76e9d40a
commit
b20f2f082f
|
@ -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)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
const firebaseConfig = {
|
const FirebaseConfig = {
|
||||||
apiKey: "AIzaSyBsRZZgJVa78hvpGBhgHtiIJ99BaxoDXaE",
|
apiKey: "AIzaSyBsRZZgJVa78hvpGBhgHtiIJ99BaxoDXaE",
|
||||||
authDomain: "rayyan-h-tafe-nsw-2.firebaseapp.com",
|
authDomain: "rayyan-h-tafe-nsw-2.firebaseapp.com",
|
||||||
projectId: "rayyan-h-tafe-nsw-2",
|
projectId: "rayyan-h-tafe-nsw-2",
|
||||||
|
|
Loading…
Reference in New Issue