com.google.firebase.installations.ktx
Extension functions summary
FirebaseInstallations |
Firebase.installations(app: FirebaseApp) Accessing this object for Kotlin apps has changed; see the migration guide. |
Extension properties summary
FirebaseInstallations |
Accessing this object for Kotlin apps has changed; see the migration guide. |
Extension functions
installations
fun Firebase.installations(app: FirebaseApp): FirebaseInstallations
Accessing this object for Kotlin apps has changed; see the migration guide.
Returns the FirebaseInstallations
instance of a given FirebaseApp
.
Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase.firebase-storage-ktx
are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.
Extension properties
installations
val Firebase.installations: FirebaseInstallations
Accessing this object for Kotlin apps has changed; see the migration guide.
Returns the FirebaseInstallations
instance of the default FirebaseApp
.
Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase.firebase-storage-ktx
are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.