Updated the Speaking to also work the with exam session persistence
This commit is contained in:
@@ -4,6 +4,7 @@ import {app} from "@/firebase";
|
||||
import {getFirestore, doc, getDoc, deleteDoc} from "firebase/firestore";
|
||||
import {withIronSessionApiRoute} from "iron-session/next";
|
||||
import {sessionOptions} from "@/lib/session";
|
||||
import {Session} from "@/hooks/useSessions";
|
||||
|
||||
const db = getFirestore(app);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user