Hey guys, I noticed that when using
onCall with the firebase functions emulator, the function is not being re-compiled/hotloaded for some reason. This is a bit bizarre as my other functions created with onCall are properly re-compiling no problem. Anyone else experiencing this behavior?I can get around this by manually re-starting the firebase emulators. but it's a bit annoying as it requres me to shut down my project/restart, which also triggers a manual re-auth in my local web app