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 567fd12 commit 103b330Copy full SHA for 103b330
src/auth/index.ts
@@ -40,7 +40,8 @@ export function VueFireAuth(initialUser?: _Nullable<User>) {
40
}
41
42
/**
43
- * Retrieves the Firebase Auth instance. Returns `null` on the server.
+ * Retrieves the Firebase Auth instance. **Returns `null` on the server**. When using this function on the client in
44
+ * TypeScript, you can force the type with `useFirebaseAuth()!`.
45
*
46
* @param name - name of the application
47
* @returns the Auth instance
0 commit comments