You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ... from index.ts
exports.auth = require("./authFunctions");
// ... from authFunctons.ts
exports.isAdmin = functions.https.onCall((_, context) => {...}
In firebase CLI
+ functions[auth-isAdmin]: http function initialized (http://localhost:5001/letsplaydotdev/us-central1/auth.isAdmin).
Going to http://localhost:5001/letsplaydotdev/us-central1/auth.isAdmin hangs and never responds. Going to http://localhost:5001/letsplaydotdev/us-central1/auth-isAdmin does establish connection.
[REQUIRED] Steps to reproduce
Create function group and export it in index.ts. Start up emulator using firebase emulators:start. The initialized URL outputted hangs.
[REQUIRED] Expected behavior
The firebase function's outputted URL does not hang.
[REQUIRED] Actual behavior
The firebase function's outputted URL does hang.
The text was updated successfully, but these errors were encountered:
letsgamedotdev
changed the title
Firebase Emulator, The URL given for module grouped firebase functions hangs and requires modification.
Firebase Emulator, The initialization URL given for module grouped firebase functions hangs and requires modification to work.
Dec 24, 2020
letsgamedotdev
changed the title
Firebase Emulator, The initialization URL given for module grouped firebase functions hangs and requires modification to work.
Firebase Emulator initialization URL given for module grouped firebase functions hangs and requires modification to work.
Dec 26, 2020
[REQUIRED] Environment info
firebase-tools: Firebase 9.1.0
Platform: Windows
[REQUIRED] Test case
In firebase CLI
Going to
http://localhost:5001/letsplaydotdev/us-central1/auth.isAdmin
hangs and never responds. Going tohttp://localhost:5001/letsplaydotdev/us-central1/auth-isAdmin
does establish connection.[REQUIRED] Steps to reproduce
Create function group and export it in index.ts. Start up emulator using
firebase emulators:start
. The initialized URL outputted hangs.[REQUIRED] Expected behavior
The firebase function's outputted URL does not hang.
[REQUIRED] Actual behavior
The firebase function's outputted URL does hang.
The text was updated successfully, but these errors were encountered: