I am following the Firebase docs on how to set persistence of my login: https://firebase.google.com/docs/auth/web/auth-state-persistence
I have a Firebase instance via: FirebaseAuth mAuth;
which I use to perform mAuth.signInWithEmailAndPassword. However, setPersistence does not exist in this mAuth object and I cannot find it elsewhere. Does anyone know why this is occurring and how I can properly set the authentication state persistence here?