voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
27 lines (18 loc) • 971 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [SignInMethod](./auth.signinmethod.md)
## SignInMethod enum
Enumeration of supported sign-in methods.
<b>Signature:</b>
```typescript
export declare const enum SignInMethod
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| EMAIL\_LINK | <code>"emailLink"</code> | Email link sign in method |
| EMAIL\_PASSWORD | <code>"password"</code> | Email/password sign in method |
| FACEBOOK | <code>"facebook.com"</code> | Facebook sign in method |
| GITHUB | <code>"github.com"</code> | GitHub sign in method |
| GOOGLE | <code>"google.com"</code> | Google sign in method |
| PHONE | <code>"phone"</code> | Phone sign in method |
| TWITTER | <code>"twitter.com"</code> | Twitter sign in method |