com.google.firebase.functions.ktx

Extension functions summary

FirebaseFunctions
Firebase.functions(app: FirebaseApp, regionOrCustomDomain: String)

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

FirebaseFunctions

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

FirebaseFunctions
Firebase.functions(regionOrCustomDomain: String)

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

HttpsCallableReference

This function is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

HttpsCallableReference

This function is deprecated. Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.

Extension properties summary

FirebaseFunctions

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

Extension functions

functions

fun Firebase.functions(app: FirebaseApp, regionOrCustomDomain: String): FirebaseFunctions

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

Returns the FirebaseFunctions instance of a given FirebaseApp and regionOrCustomDomain.

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-functions-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

functions

fun Firebase.functions(app: FirebaseApp): FirebaseFunctions

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

Returns the FirebaseFunctions 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-functions-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

functions

fun Firebase.functions(regionOrCustomDomain: String): FirebaseFunctions

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

Returns the FirebaseFunctions instance of a given regionOrCustomDomain.

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-functions-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

getHttpsCallable

fun FirebaseFunctions.getHttpsCallable(name: String, init: HttpsCallableOptions.Builder.() -> Unit): HttpsCallableReference

Returns a reference to the Callable HTTPS trigger with the given name and call options.

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-functions-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

getHttpsCallableFromUrl

fun FirebaseFunctions.getHttpsCallableFromUrl(url: URL, init: HttpsCallableOptions.Builder.() -> Unit): HttpsCallableReference

Returns a reference to the Callable HTTPS trigger with the given URL and call options.

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-functions-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

functions

val Firebase.functionsFirebaseFunctions

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

Returns the FirebaseFunctions 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-functions-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.