79527722

Date: 2025-03-22 16:17:55
Score: 1.5
Natty:
Report link

This is probably because you are not connected to the Cloud Functions emulator.

You should be able to use the blocking function by running the following code (I did):

import { getApp } from "firebase/app";
import { getFunctions, connectFunctionsEmulator } from "firebase/functions";

const functions = getFunctions(getApp());
connectFunctionsEmulator(functions, "127.0.0.1", 5001);

cf) https://firebase.google.com/docs/emulator-suite/connect_functions#instrument_your_app_to_talk_to_the_emulators

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: あいうえお