FirebaseFunctions Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Classes
The following classes are available globally.
-
Functions
is the client for Cloud Functions for a Firebase project.
Declaration
Objective-C
@interface FIRFunctions : NSObject
-
A HTTPSCallable
is a reference to a particular Callable HTTPS trigger in Cloud Functions.
Declaration
Objective-C
@interface FIRHTTPSCallable : NSObject
-
A HTTPSCallableResult
contains the result of calling a HTTPSCallable
.
Declaration
Objective-C
@interface FIRHTTPSCallableResult : NSObject
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 2022-10-10 UTC.
[null,null,["Last updated 2022-10-10 UTC."],[],[],null,["# FirebaseFunctions Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [FIRFunctions](/docs/reference/ios/firebasefunctions/api/reference/Classes/FIRFunctions)\n\n `\n ` \n `Functions` is the client for Cloud Functions for a Firebase project. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRFunctions : NSObject\n\n- `\n ``\n ``\n `\n\n ### [FIRHTTPSCallable](/docs/reference/ios/firebasefunctions/api/reference/Classes/FIRHTTPSCallable)\n\n `\n ` \n A `HTTPSCallable` is a reference to a particular Callable HTTPS trigger in Cloud Functions. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRHTTPSCallable : NSObject\n\n- `\n ``\n ``\n `\n\n ### [FIRHTTPSCallableResult](/docs/reference/ios/firebasefunctions/api/reference/Classes/FIRHTTPSCallableResult)\n\n `\n ` \n A `HTTPSCallableResult` contains the result of calling a `HTTPSCallable`. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRHTTPSCallableResult : NSObject"]]