voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 467 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) > [timeout](./functions.httpscallableoptions.timeout.md)
## HttpsCallableOptions.timeout property
Time in milliseconds after which to cancel if there is no response. Default is 70000.
<b>Signature:</b>
```typescript
timeout?: number;
```