voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 442 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions](./functions.md) > [Functions](./functions.functions.md) > [customDomain](./functions.functions.customdomain.md)
## Functions.customDomain property
A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com
<b>Signature:</b>
```typescript
customDomain: string | null;
```