| 8 | // see notes in core/firebase.app.module.ts for why we're building the class like this |
| 9 | // eslint-disable-next-line @typescript-eslint/no-empty-interface |
| 10 | export interface Auth extends FirebaseAuth {} |
| 11 | |
| 12 | export class Auth { |
| 13 | constructor(auth: FirebaseAuth) { |
nothing calls this directly
no outgoing calls
no test coverage detected