Firebase Authentication with Workers
I want to use Firebase Authentication with workers. Below is the screenshot of the code that I'm running both locally (not as wrangler dev but using npx tsc and node) and on workers. When running locally on my machine the code works and it authenticates as expected. However, when I publish to cloudflare (npx wrangler publish) it throws the following error (shown in the screenshot). I was wondering if some has encountered this before or have some ideas on what could resolve this. Thank you!

