Open GorgeousPuree opened 1 day ago
Hey @GorgeousPuree!
Are you exposing FIREBASE_AUTH_EMULATOR_HOST
environment variable to the Middleware runtime? You could confirm that by calling console.log({ FIREBASE_AUTH_EMULATOR_HOST: process.env.FIREBASE_AUTH_EMULATOR_HOST })
in Middleware body
By the way, in latest canary version v1.9.0-canary.1 I've introduced a Full Firebase Emulator support. It means you no longer need to provide real Firebase project credentials to develop the app alongside Emulator
Cheers!
Console output:
This happens if I run Firebase emulator. Without emulator everything works fine.
My package.json:
Could you give any recommendations?