voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (13 loc) • 520 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ActionCodeSettings](./auth.actioncodesettings.md) > [iOS](./auth.actioncodesettings.ios.md)
## ActionCodeSettings.iOS property
Sets the iOS bundle ID.
<b>Signature:</b>
```typescript
iOS?: {
bundleId: string;
};
```
## Remarks
This will try to open the link in an iOS app if it is installed.
App installation is not supported for iOS.