skip to Main Content

How do I set persistence using firebase and typscript?

I'm trying to set the persistence to 'Session' using typescript/react, but getting type errors. Here is some of code: import { auth } from "../auth/firebase"; import { createUserWithEmailAndPassword, sendPasswordResetEmail, setPersistence, signInWithCustomToken, signInWithEmailAndPassword, updateProfile, } from "firebase/auth"; This is my useEffect:…

VIEW QUESTION
Back To Top
Search