The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > reload

reload() function

Reloads user account data, if signed in.

Signature:

export declare function reload(user: User): Promise<void>;

Parameters

Parameter Type Description
user User The user.

Returns:

Promise<void>