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 > handleCodeInApp

ActionCodeSettings.handleCodeInApp property

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.

Signature:

handleCodeInApp?: boolean;

Description

In the false case, the code will be sent to the web widget first and then on continue will redirect to the app if installed.