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
fix(emulator): skip legacy monkeypatching for firebase-functions v7+ (#9401)
* fix(emulator): skip legacy monkeypatching for firebase-functions v7+
Detects `firebase-functions` v7+ in the emulator runtime and skips legacy
stubs and config helpers that are incompatible with the new SDK version,
preserving backward compatibility for older versions.
* docs: add changelog entry for #9401
0 commit comments