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

Interface Messaging

src/messaging/messaging.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6// see notes in core/firebase.app.module.ts for why we're building the class like this
7// eslint-disable-next-line @typescript-eslint/no-empty-interface
8export interface Messaging extends FirebaseMessaging {}
9
10export class Messaging {
11 constructor(messaging: FirebaseMessaging) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected