UNPKG

veritatisdoloremque

Version:
29 lines (20 loc) 811 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [ProviderId](./auth-types.providerid.md) ## ProviderId enum Enumeration of supported providers. <b>Signature:</b> ```typescript export const enum ProviderId ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | ANONYMOUS | <code>'anonymous'</code> | | | CUSTOM | <code>'custom'</code> | | | FACEBOOK | <code>'facebook.com'</code> | | | FIREBASE | <code>'firebase'</code> | | | GITHUB | <code>'github.com'</code> | | | GOOGLE | <code>'google.com'</code> | | | PASSWORD | <code>'password'</code> | | | PHONE | <code>'phone'</code> | | | TWITTER | <code>'twitter.com'</code> | |