veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (10 loc) • 627 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [ConfirmationResult](./auth-types.confirmationresult.md) > [verificationId](./auth-types.confirmationresult.verificationid.md)
## ConfirmationResult.verificationId property
The phone number authentication operation's verification ID.
<b>Signature:</b>
```typescript
readonly verificationId: string;
```
## Remarks
This can be used along with the verification code to initialize a [PhoneAuthCredential](./auth-types.phoneauthcredential.md)<!-- -->.