DEV Community

Discussion on: Next.js: Firebase Authentication and Middleware for API Routes

Collapse
 
awinogrodzki profile image
Amadeusz Winogrodzki

Hey!

I've recently released a library that takes advantage of Web Crypto APIs and enables to create and verify firebase auth tokens much easier in Next.js 13 middlewares and server components github.com/ensite-in/next-firebase...

It allows to setup zero-js Next.js Firebase Authentication with just calling two functions. Works both on server and client