UNPKG

@pedwise/next-firebase-auth-edge

Version:

Next.js 13 Firebase Authentication for Edge and server runtimes. Dedicated for Next 13 server components. Compatible with Next.js middleware.

6 lines (4 loc) 161 B
import * as runtime from "@edge-runtime/ponyfill"; import "isomorphic-fetch"; (global as any).crypto = runtime.crypto; (global as any).caches = runtime.caches;