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.
Stay organized with collections
Save and categorize content based on your preferences.
com.google.firebase.functions
Classes
Enums
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-21 UTC.
[null,null,["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. |"]]