IMPORTANT: In July 2025, we stopped releasing new versions of KTX modules, and we removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the previously released KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-21 UTC."],[],[],null,["# com.google.firebase.functions\n=============================\n\nClasses\n-------\n\n|--------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FirebaseFunctions](/docs/reference/android/com/google/firebase/functions/FirebaseFunctions) | FirebaseFunctions lets you call Cloud Functions for Firebase. |\n| [FunctionsKt](/docs/reference/android/com/google/firebase/functions/FunctionsKt) | |\n| [HttpsCallableOptions](/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions) | Options for configuring the callable function. |\n| [HttpsCallableOptions.Builder](/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions.Builder) | A builder for creating [com.google.firebase.functions.HttpsCallableOptions](/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions). |\n| [HttpsCallableReference](/docs/reference/android/com/google/firebase/functions/HttpsCallableReference) | A reference to a particular Callable HTTPS trigger in Cloud Functions. |\n| [HttpsCallableResult](/docs/reference/android/com/google/firebase/functions/HttpsCallableResult) | The result of calling a `HttpsCallableReference` function. |\n| [StreamResponse](/docs/reference/android/com/google/firebase/functions/StreamResponse) | Represents a response from a Server-Sent Event (SSE) stream. |\n| [StreamResponse.Message](/docs/reference/android/com/google/firebase/functions/StreamResponse.Message) | An event message received during the stream. |\n| [StreamResponse.Result](/docs/reference/android/com/google/firebase/functions/StreamResponse.Result) | The final result of the computation, marking the end of the stream. |\n\nEnums\n-----\n\n|--------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| [FirebaseFunctionsException.Code](/docs/reference/android/com/google/firebase/functions/FirebaseFunctionsException.Code) | The set of error status codes that can be returned from a Callable HTTPS tigger. |\n\nExceptions\n----------\n\n|----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| [FirebaseFunctionsException](/docs/reference/android/com/google/firebase/functions/FirebaseFunctionsException) | The class for all Exceptions thrown by FirebaseFunctions. |"]]