voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
21 lines (12 loc) • 665 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions](./functions.md) > [HttpsCallableOptions](./functions.httpscallableoptions.md)
## HttpsCallableOptions interface
HttpsCallableOptions specify metadata about how calls should be executed.
<b>Signature:</b>
```typescript
export interface HttpsCallableOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [timeout?](./functions.httpscallableoptions.timeout.md) | number | <i>(Optional)</i> Time in milliseconds after which to cancel if there is no response. Default is 70000. |