Options
All
  • Public
  • Public/Protected
  • All
Menu

Firebase Functions Event Tools.

namespace

Index

Functions

Functions

  • call(httpFunctionName: string, parameter: string, callbackValueVariable?: Variable, callbackStateVariable?: Variable): Promise<void>
  • Call an http function.

    Parameters

    • httpFunctionName: string

      The name of the function to call

    • parameter: string
    • Optional callbackValueVariable: Variable
    • Optional callbackStateVariable: Variable

    Returns Promise<void>

Generated using TypeDoc