voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (10 loc) • 682 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) > [url](./auth.actioncodesettings.url.md)
## ActionCodeSettings.url property
Sets the link continue/state URL.
<b>Signature:</b>
```typescript
url: string;
```
## Remarks
This has different meanings in different contexts: - When the link is handled in the web action widgets, this is the deep link in the `continueUrl` query parameter. - When the link is handled in the app directly, this is the `continueUrl` query parameter in the deep link of the Dynamic Link.