I\'ve set up authentication using firebase for an angular app in an auth service, and I\'m trying to ensure session state persistence following successful login.
I\'
add
this.firebaseAuth .auth .setPersistence(firebase.auth.Auth.Persistence.LOCAL) .signInWithEmailAndPassword(email, password)