6.0.0
OS X
Function is deleted from console and does not continue to execute.
The command line says the function deleted but it continues to operate. Running deploy again asks again to delete the function which appears to complete correctly, yet function still exists and executes.
It's a function being trigger by the firebase authentication user created trigger.
debug2.log
I see this behavior as well.
Can you confirm that if you use --force in your command, the function is deleted? I see _that_ working as well and it should be a good workaround for the immediate future.
I'm filing an internal bug as well to follow up.
Internal bug tracking number: 118707986
Thanks. --force worked.
--force works but the y/N yes option does remove the function
@dustensalinas if the y/N prompt is working for you: what version of firebase-tools are you using?
firebase --version
@bkendall my apologies for any confusion. I was trying to respond to a different bug where it wouldn't even allow the input and then ended up here. That particular issue was resolved with an uninstall and reinstall of firebase-tools.
The behavior previously in the bug is just a duplicate on my part, my apologies. It is NOT working without --force on 6.0.0 and 6.0.1 for me.
Same here. The firebase CLI 6.0.0 and 6.0.1 is not deleting functions when prompts y/N.
It just works when one uses --force.
Thanks for the report. This should be fixed in https://github.com/firebase/firebase-tools/pull/1007.
Most helpful comment
Same here. The firebase CLI 6.0.0 and 6.0.1 is not deleting functions when prompts y/N.
It just works when one uses
--force.