Skip to content

cloudfire-auth / UserProvider

Interface: UserProvider

Defined in: types/firebase-admin/auth-config.ts:171

Represents a user identity provider that can be associated with a Firebase user.

Properties

displayName?

optional displayName: string

Defined in: types/firebase-admin/auth-config.ts:179

The display name for the linked provider.


email?

optional email: string

Defined in: types/firebase-admin/auth-config.ts:183

The email for the linked provider.


phoneNumber?

optional phoneNumber: string

Defined in: types/firebase-admin/auth-config.ts:187

The phone number for the linked provider.


photoURL?

optional photoURL: string

Defined in: types/firebase-admin/auth-config.ts:191

The photo URL for the linked provider.


providerId?

optional providerId: string

Defined in: types/firebase-admin/auth-config.ts:195

The linked provider ID (for example, "google.com" for the Google provider).


uid?

optional uid: string

Defined in: types/firebase-admin/auth-config.ts:175

The user identifier for the linked provider.