Skip to content

getUserByEmail()

getUserByEmail(email): Promise<UserRecord>

Defined in: CloudFireAuth.ts:186

Gets the user data for the user corresponding to a given email.

See Retrieve user data for code samples and detailed documentation.

Parameters

email

string

The email corresponding to the user whose data to fetch.

Returns

Promise<UserRecord>

A promise fulfilled with the user data corresponding to the provided email.