<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [ActionCodeSettings](./auth.actioncodesettings.md) &gt; [handleCodeInApp](./auth.actioncodesettings.handlecodeinapp.md)

## 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.

<b>Signature:</b>

```typescript
handleCodeInApp?: boolean;
```

## Remarks

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.

