Skip to content

Commit ef16ac7

Browse files
authored
Merge pull request #16 from jbethuel/patch-1
chore: update docs
2 parents b78293b + d5186db commit ef16ac7

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)