FirebaseFunctions Framework Reference

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