Package-level declarations

Types

Link copied to clipboard

Entry point for Firebase installations.

Link copied to clipboard
actual typealias FirebaseInstallationsException = com.google.firebase.installations.FirebaseInstallationsException
expect class FirebaseInstallationsException : FirebaseException

Exception that gets thrown when an operation on Firebase Installations fails.

actual class FirebaseInstallationsException : FirebaseException
actual open class FirebaseInstallationsException : FirebaseException
actual typealias FirebaseInstallationsException = com.google.firebase.installations.FirebaseInstallationsException

Properties

Link copied to clipboard
val FirebaseInstallations.android: FirebaseInstallations
val FirebaseInstallations.android: FirebaseInstallations
Link copied to clipboard

Returns the FirebaseInstallations instance of the default FirebaseApp.

Link copied to clipboard
val FirebaseInstallations.ios: FIRInstallations
Link copied to clipboard

Functions

Link copied to clipboard
actual fun Firebase.installations(app: FirebaseApp): FirebaseInstallations
expect fun Firebase.installations(app: FirebaseApp): FirebaseInstallations

Returns the FirebaseInstallations instance of a given FirebaseApp.

actual fun Firebase.installations(app: FirebaseApp): FirebaseInstallations
actual fun Firebase.installations(app: FirebaseApp): FirebaseInstallations
actual fun Firebase.installations(app: FirebaseApp): FirebaseInstallations