An HttpsCallable is a reference to a "callable" http trigger in Google Cloud Functions.

Callable

  • __call ( data ? :  any ) : Promise < HttpsCallableResult >
  • An HttpsCallable is a reference to a "callable" http trigger in Google Cloud Functions.

    Parameters

    • Optional data: any

    Returns Promise<HttpsCallableResult>