Firebase can kiss my fucking ass

This commit is contained in:
Ray 2023-11-10 01:29:22 +00:00 committed by GitHub
parent 1a76e9d40a
commit b20f2f082f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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",