Classes
The following classes are available globally.
- 
                  
                  
Functionsis the client for Cloud Functions for a Firebase project.Declaration
Swift
@objc(FIRFunctions) open class Functions : NSObject, @unchecked Sendable - 
                  
                  
A
HTTPSCallableResultcontains the result of calling aHTTPSCallable.Declaration
Swift
@objc(FIRHTTPSCallableResult) open class HTTPSCallableResult : NSObject - 
                  
                  
A
HTTPSCallableis a reference to a particular Callable HTTPS trigger in Cloud Functions.Declaration
Swift
@objc(FIRHTTPSCallable) public final class HTTPSCallable : NSObject, Sendable - 
                  
                  
Configuration options for a
HTTPSCallableinstance.Declaration
Swift
@objc(FIRHTTPSCallableOptions) public final class HTTPSCallableOptions : NSObject, Sendable