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

Interface FirebaseApp

src/compat/firebase.app.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// eslint-disable-next-line @typescript-eslint/no-empty-interface
4export interface FirebaseApp extends firebase.app.App {}
5
6export class FirebaseApp {
7 constructor(app: firebase.app.App) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected