voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
21 lines (12 loc) • 601 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) > [(constructor)](./auth.phoneauthprovider._constructor_.md)
## PhoneAuthProvider.(constructor)
Constructs a new instance of the `PhoneAuthProvider` class
<b>Signature:</b>
```typescript
constructor(auth: Auth);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| auth | [Auth](./auth.auth.md) | The Firebase Auth instance in which sign-ins should occur. |