The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

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.