Back to Firebase Js Sdk

AuthProvider interface

docs-devsite/auth.authprovider.md

12.12.1906 B
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

AuthProvider interface

Interface that represents an auth provider, used to facilitate creating AuthCredential<!-- -->.

<b>Signature:</b>

typescript
export interface AuthProvider 

Properties

PropertyTypeDescription
providerIdstringProvider for which credentials can be constructed.

AuthProvider.providerId

Provider for which credentials can be constructed.

<b>Signature:</b>

typescript
readonly providerId: string;