We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4deaee commit 609cb0dCopy full SHA for 609cb0d
src/auth/user.ts
@@ -20,7 +20,7 @@ export const authUserMap = new WeakMap<FirebaseApp, Ref<_Nullable<User>>>()
20
21
/**
22
* Returns a reactive variable of the currently authenticated user in the firebase app. The ref is null if no user is
23
- * authenticated or when the user logs out. The ref is undefined when the user is not yet loaded. Note th
+ * authenticated or when the user logs out. The ref is undefined until the user is initially loaded.
24
* @param name - name of the application
25
*/
26
export function useCurrentUser(name?: string) {
0 commit comments