InstallationsKt

public final class InstallationsKt


Summary

Public fields

final @NonNull FirebaseInstallations

Accessing this object for Kotlin apps has changed; see the migration guide.

Public methods

static final @NonNull FirebaseInstallations

Accessing this object for Kotlin apps has changed; see the migration guide.

Public fields

installations

public final @NonNull FirebaseInstallations installations

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.

Public methods

InstallationsKt.installations

public static final @NonNull FirebaseInstallations InstallationsKt.installations(
    @NonNull Firebase receiver,
    @NonNull FirebaseApp app
)

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.