From 05aab68b78145a876fcc76c9754c65c56cd3cce5 Mon Sep 17 00:00:00 2001 From: Michael Nardolillo Date: Wed, 28 Jul 2021 12:48:47 +0200 Subject: [PATCH] docs(adapter): Typo in filepath for firebase auth in docs. (#2436) --- www/docs/adapters/firebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/adapters/firebase.md b/www/docs/adapters/firebase.md index 4640521c41..772cf443d4 100644 --- a/www/docs/adapters/firebase.md +++ b/www/docs/adapters/firebase.md @@ -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"