Ze pat
Results
1
comments of
Ze pat
> Solution: > > ```ts > SignIn(email: string, password: string) { > return this.afAuth.signInWithEmailAndPassword(email, password) > .then((result) => { > this.SetUserData(result.user); > this.afAuth.authState.subscribe((user) => { > if (user) { >...