voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
25 lines (16 loc) • 1.43 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ActionCodeSettings](./auth.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.actioncodesettings.android.md) | { installApp?: boolean; minimumVersion?: string; packageName: string; } | <i>(Optional)</i> Sets the Android package name. |
| [dynamicLinkDomain?](./auth.actioncodesettings.dynamiclinkdomain.md) | string | <i>(Optional)</i> 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.actioncodesettings.handlecodeinapp.md) | boolean | <i>(Optional)</i> 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.actioncodesettings.ios.md) | { bundleId: string; } | <i>(Optional)</i> Sets the iOS bundle ID. |
| [url](./auth.actioncodesettings.url.md) | string | Sets the link continue/state URL. |