FirebaseFunctions Framework Reference

Classes

The following classes are available globally.

  • Functions is the client for Cloud Functions for a Firebase project.

    Declaration

    Swift

    @objc(FIRFunctions)
    open class Functions : NSObject
  • A HTTPSCallableResult contains the result of calling a HTTPSCallable.

    Declaration

    Swift

    @objc(FIRHTTPSCallableResult)
    open class HTTPSCallableResult : NSObject
  • A HTTPSCallable is a reference to a particular Callable HTTPS trigger in Cloud Functions.

    Declaration

    Swift

    @objc(FIRHTTPSCallable)
    open class HTTPSCallable : NSObject
  • Configuration options for a HTTPSCallable instance.

    Declaration

    Swift

    @objc(FIRHTTPSCallableOptions)
    public class HTTPSCallableOptions : NSObject