quodolores
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 509 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [PhoneAuthProvider](./auth.phoneauthprovider.md) > [PHONE\_SIGN\_IN\_METHOD](./auth.phoneauthprovider.phone_sign_in_method.md)
## PhoneAuthProvider.PHONE\_SIGN\_IN\_METHOD property
Always set to [SignInMethod.PHONE](./auth.signinmethod.phone.md)<!-- -->.
<b>Signature:</b>
```typescript
static readonly PHONE_SIGN_IN_METHOD = SignInMethod.PHONE;
```