Messaging interface

Public interface of the Firebase Cloud Messaging SDK.

Signature:

export interface Messaging 

Properties

Property Type Description
app FirebaseApp The FirebaseApp this Messaging instance is associated with.

Messaging.app

The FirebaseApp this Messaging instance is associated with.

Signature:

app: FirebaseApp;