voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 429 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ActionCodeURL](./auth.actioncodeurl.md) > [continueUrl](./auth.actioncodeurl.continueurl.md)
## ActionCodeURL.continueUrl property
The continue URL of the email action link. Null if not provided.
<b>Signature:</b>
```typescript
readonly continueUrl: string | null;
```