Skip to content

Commit 59a24c0

Browse files
docs(useAuth): fix typo on usage section (vitest-dev#668)
1 parent c2f1b17 commit 59a24c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/useAuth/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ can easily react to changes in the users' authentication status.
1414
import firebase from 'firebase'
1515
import { useAuth } from '@vueuse/firebase/useAuth'
1616
17-
const { GoogleAuthProvider } = auth
17+
const { GoogleAuthProvider } = firebase.auth
1818
1919
const { isAuthenticated, user } = useAuth(firebase.auth)
2020

0 commit comments

Comments
 (0)