diff --git a/nextjs-end/src/app/actions.js b/nextjs-end/src/app/actions.js index 97f227fea..ec7b21af1 100644 --- a/nextjs-end/src/app/actions.js +++ b/nextjs-end/src/app/actions.js @@ -2,9 +2,7 @@ import { addReviewToRestaurant } from "@/src/lib/firebase/firestore.js"; import { getAuthenticatedAppForUser } from "@/src/lib/firebase/firebase"; -import { - getFirestore -} from "firebase/firestore"; +import { getFirestore } from "firebase/firestore"; // This is a next.js server action, an alpha feature, so // use with caution diff --git a/nextjs-end/src/lib/firebase/firebase.js b/nextjs-end/src/lib/firebase/firebase.js index 6c5a7d5dd..e18cafc4e 100644 --- a/nextjs-end/src/lib/firebase/firebase.js +++ b/nextjs-end/src/lib/firebase/firebase.js @@ -1,3 +1,4 @@ + import { initializeApp, getApps } from "firebase/app"; import { getAuth,