voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (9 loc) • 596 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions](./functions.md) > [HttpsCallable](./functions.httpscallable.md)
## HttpsCallable type
An HttpsCallable is a reference to a "callable" http trigger in Google Cloud Functions.
<b>Signature:</b>
```typescript
export declare type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>;
```
<b>References:</b> [HttpsCallableResult](./functions.httpscallableresult.md)