Skip to content

Commit

Permalink
docs(adapter): Typo in filepath for firebase auth in docs. (nextauthj…
Browse files Browse the repository at this point in the history
  • Loading branch information
mnphpexpert committed Jul 28, 2021
1 parent 197fa56 commit 05aab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/adapters/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is the Firebase Adapter for [`next-auth`](https://next-auth.js.org). This p
npm install next-auth @next-auth/firebase-adapter
```

2. Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object.
2. Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object.

```javascript title="pages/api/auth/[...nextauth].js"
import NextAuth from "next-auth"
Expand Down

0 comments on commit 05aab68

Please sign in to comment.