Skip to content

Commit

Permalink
feat: implement cloudflare worker for auth proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Feb 9, 2024
1 parent a01be1c commit 8e537db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { connectFunctionsEmulator, getFunctions } from "firebase/functions";
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: import.meta.env.VITE_FIREBASE_API_KEY,
authDomain: import.meta.env.VITE_FIREBASE_AUTH_DOMAIN,
authDomain: "repository.io",
projectId: "oldprojectshowcaser",
storageBucket: "oldprojectshowcaser.appspot.com",
messagingSenderId: "236463367771",
Expand Down

0 comments on commit 8e537db

Please sign in to comment.