I'm trying to use the Firebase Web Client SDK (Lite), however, during authentication, I get a
auth/network-request-failed
auth/network-request-failed
error. Is this expected? and related to CloudFlare (eg. unable to make requests with some libraries, or like the domain where the request comes from for example). I'm using:
import { signInWithCustomToken } from "firebase/auth";
import { signInWithCustomToken } from "firebase/auth";
I can confirm that the exact same code works locally, and authenticates with
wrangler run dev
wrangler run dev
My question is if the platform restricts this usage or if I should be able to get it to work...