next-firebase-auth vs NextAuth, what is the difference? #522
-
What is the difference between next-firebase-auth, and NextAuth using the firebase adapter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
NextAuth.js and NextAuth.js:
Both:
Which should I use? This will depend on your app's needs and your preferences. NextAuth.js is an excellent choice if you're looking for a generalized authentication solution. It provides more platform independence and flexibility. At the time of writing, the project seems well-supported and has a good community of developers. It would probably be my choice for a new, non-hobbyist project that doesn't plan to utilize the Firebase platform too much.
Disclaimer FYI, I'm the maintainer of Thoughts from others? Others evaluating Next.js auth library options—please chime in below! |
Beta Was this translation helpful? Give feedback.
NextAuth.js and
next-firebase-auth
both get the job done but have a few differences.NextAuth.js: