Firebase Auth with NextJS13 Edge API Route
I am using Firebase v9 within NextJS 13 Edge API Routes. FYI the Edge API Routes do not allow Node.JS APIs, only those in the JS V8 engine. I call an auth function in one of those routes to the…
I am using Firebase v9 within NextJS 13 Edge API Routes. FYI the Edge API Routes do not allow Node.JS APIs, only those in the JS V8 engine. I call an auth function in one of those routes to the…