Skip to content

Commit d5186db

Browse files
authored
chore: update docs
1 parent b78293b commit d5186db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use the hooks, export your `Auth` instance from your codebase, e.g:
2020

2121
```js
2222
import { initializeApp } from 'firebase/app';
23-
import { getAuth } from 'firebase/functions';
23+
import { getAuth } from 'firebase/auth';
2424

2525
const firebase = initializeApp({
2626
...

0 commit comments

Comments
 (0)