Coast Riders

Results 7 comments of Coast Riders

```ts // that's my whole log.component.ts // line 54 that's the catch (e) import { Component, HostListener, Inject, OnDestroy, OnInit } from '@angular/core'; import { Observable, of, tap } from...

```ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { FormsModule } from '@angular/forms'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from...

![Capture d’écran 2023-10-08 à 22 58 56](https://github.com/angular/angularfire/assets/145866049/0bb2bb6d-a4ef-436d-a4e2-3003286c4ef5)

![Capture d’écran 2023-10-08 à 23 00 39](https://github.com/angular/angularfire/assets/145866049/e691fbdc-b3b5-4ba2-91e2-73dd38f4d990)

I have managed to find a solution here it is ```ts import { Component, Inject, OnInit } from '@angular/core'; import { FirebaseApp } from '@angular/fire/app'; import { Auth, signInWithEmailAndPassword }...

```ts // another way of writing it import { Component, Inject, OnInit } from '@angular/core'; import { FirebaseApp } from '@angular/fire/app'; import { Auth, signInWithEmailAndPassword, getAuth } from '@angular/fire/auth'; @Component({...