veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
25 lines (16 loc) • 1.4 kB
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)
## ActionCodeSettings interface
An interface that defines the required continue/state URL with optional Android and iOS bundle identifiers.
<b>Signature:</b>
```typescript
export interface ActionCodeSettings
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [android](./auth-types.actioncodesettings.android.md) | { installApp?: boolean; minimumVersion?: string; packageName: string; } | Sets the Android package name. |
| [dynamicLinkDomain](./auth-types.actioncodesettings.dynamiclinkdomain.md) | string | 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, <code>example.page.link</code>). |
| [handleCodeInApp](./auth-types.actioncodesettings.handlecodeinapp.md) | boolean | When set to true, the action code link will be be sent as a Universal Link or Android App Link and will be opened by the app if installed. |
| [iOS](./auth-types.actioncodesettings.ios.md) | { bundleId: string; } | Sets the iOS bundle ID. |
| [url](./auth-types.actioncodesettings.url.md) | string | Sets the link continue/state URL. |