From 8e537db897ec5e0c76649a82b4c6316c7efbbdc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aron=20Sch=C3=BCler?= Date: Fri, 9 Feb 2024 12:18:27 +0100 Subject: [PATCH] feat: implement cloudflare worker for auth proxy --- src/firebase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firebase.ts b/src/firebase.ts index ff36a31..970a248 100644 --- a/src/firebase.ts +++ b/src/firebase.ts @@ -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",