veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 466 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions-types](./functions-types.md) > [Functions](./functions-types.functions.md) > [customDomain](./functions-types.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;
```