FirebaseFunctions Framework Reference

Structures

The following structures are available globally.

  • A Callable is reference to a particular Callable HTTPS trigger in Cloud Functions.

    Declaration

    Swift

    public struct Callable<Request, Response> where Request : Encodable, Response : Decodable