FunctionsKt

public final classFunctionsKt


Summary

Public fields

final @NonNullFirebaseFunctions

Returns theFirebaseFunctions instance of the defaultFirebaseApp.

Public methods

static final @NonNullFirebaseFunctions
FunctionsKt.functions(
    @NonNullFirebase receiver,
    @NonNullFirebaseApp app
)

Returns theFirebaseFunctions instance of a givenFirebaseApp.

static final @NonNullFirebaseFunctions
FunctionsKt.functions(
    @NonNullFirebase receiver,
    @NonNullString regionOrCustomDomain
)

Returns theFirebaseFunctions instance of a givenregionOrCustomDomain.

static final @NonNullFirebaseFunctions
FunctionsKt.functions(
    @NonNullFirebase receiver,
    @NonNullFirebaseApp app,
    @NonNullString regionOrCustomDomain
)

Returns theFirebaseFunctions instance of a givenFirebaseApp andregionOrCustomDomain.

static final @NonNullHttpsCallableReference

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

static final @NonNullHttpsCallableReference

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

Public fields

functions

public final @NonNullFirebaseFunctions functions

Returns theFirebaseFunctions instance of the defaultFirebaseApp.

Public methods

FunctionsKt.functions

public static final @NonNullFirebaseFunctions FunctionsKt.functions(
    @NonNullFirebase receiver,
    @NonNullFirebaseApp app
)

Returns theFirebaseFunctions instance of a givenFirebaseApp.

FunctionsKt.functions

public static final @NonNullFirebaseFunctions FunctionsKt.functions(
    @NonNullFirebase receiver,
    @NonNullString regionOrCustomDomain
)

Returns theFirebaseFunctions instance of a givenregionOrCustomDomain.

FunctionsKt.functions

public static final @NonNullFirebaseFunctions FunctionsKt.functions(
    @NonNullFirebase receiver,
    @NonNullFirebaseApp app,
    @NonNullString regionOrCustomDomain
)

Returns theFirebaseFunctions instance of a givenFirebaseApp andregionOrCustomDomain.

FunctionsKt.getHttpsCallable

public static final @NonNullHttpsCallableReference FunctionsKt.getHttpsCallable(
    @NonNullFirebaseFunctions receiver,
    @NonNullString name,
    @ExtensionFunctionType @NonNull Function1<@NonNullHttpsCallableOptions.BuilderUnit> init
)

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

FunctionsKt.getHttpsCallableFromUrl

public static final @NonNullHttpsCallableReference FunctionsKt.getHttpsCallableFromUrl(
    @NonNullFirebaseFunctions receiver,
    @NonNullURL url,
    @ExtensionFunctionType @NonNull Function1<@NonNullHttpsCallableOptions.BuilderUnit> init
)

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.