Installations interface

Public interface of the Firebase Installations SDK.

Signature:

export interface Installations 

Properties

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

Installations.app

The FirebaseApp this Installations instance is associated with.

Signature:

app: FirebaseApp;