Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanAnsari authored Oct 27, 2024
1 parent 71c675c commit 9f1766b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9f1766b

Please sign in to comment.