rxfire Questions
3
I'm trying to impliment auth with persistance in angularfire with this code:
constructor(private auth: Auth, private router: Router) {
if (auth.currentUser) this.router.navigate(this.redirect);
}...
Brilliant asked 23/9, 2021 at 0:56
1
© 2022 - 2025 — McMap. All rights reserved.