diff --git a/app/profile/page.tsx b/app/profile/page.tsx index f948c0b..6f2654a 100644 --- a/app/profile/page.tsx +++ b/app/profile/page.tsx @@ -12,14 +12,7 @@ import { GoogleAuthProvider, GithubAuthProvider, } from "firebase/auth"; -import { - getUserData, - updateUserData, - connectProvider, - getConnectedProviders, -} from "@/firebaseFunctions"; // Ensure these functions are set up correctly for Firestore import { useSession, signIn } from "next-auth/react"; -import { adminDb } from "@/firebaseAdmin"; // Import your adminDb interface UserData { plan: "free" | "pro" | "enterprise";