Home > @firebase/auth > ActionCodeSettings
ActionCodeSettings interface
An interface that defines the required continue/state URL with optional Android and iOS bundle identifiers.
Signature:
export interface ActionCodeSettings
Properties
Property | Type | Description |
---|---|---|
android? | (Optional) Sets the Android package name. | |
dynamicLinkDomain? | string | (Optional) 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 ). |
handleCodeInApp? | boolean | (Optional) 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? | (Optional) Sets the iOS bundle ID. | |
url | string | Sets the link continue/state URL. |