import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class AuthService { // TODO: Implement in REQ-002 with Firebase Auth constructor() {} }