UNPKG

voluptasmollitia

Version:
25 lines (14 loc) 510 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [reload](./auth.reload.md) ## reload() function Reloads user account data, if signed in. <b>Signature:</b> ```typescript export declare function reload(user: User): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | user | [User](./auth.user.md) | The user. | <b>Returns:</b> Promise&lt;void&gt;