Skip to content

Instantly share code, notes, and snippets.

@enappd
Last active May 24, 2019 08:20
Ionic 4 Twitter Auth with Firebase - Logout
logout() {
this.fireAuth.auth.signOut().then(() => {
this.router.navigate(["/home"]);
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment