veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 612 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [ActionCodeSettings](./auth-types.actioncodesettings.md) > [dynamicLinkDomain](./auth-types.actioncodesettings.dynamiclinkdomain.md)
## ActionCodeSettings.dynamicLinkDomain property
When multiple custom dynamic link domains are defined for a project, specify which one to use when the link is to be opened via a specified mobile app (for example, `example.page.link`<!-- -->).
<b>Signature:</b>
```typescript
dynamicLinkDomain?: string;
```