MCPcopy
hub / github.com/angular/angularfire / Auth

Interface Auth

src/auth/auth.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
10export interface Auth extends FirebaseAuth {}
11
12export class Auth {
13 constructor(auth: FirebaseAuth) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected