In other words, functions deployments seems not working for me. I made some changes in the index.js file and redeployed the function, it says deployment successful and Firebase log shows a deployment was made, but the newer code won't take effect.
It kept hold on the the first deployment of the function and still operates on that code. I even deployed with errors in code and all kinds of stuff like redeploying whole project, functions only, re-initializing Firebase CLI, npm but no luck.
Anybody had this issue before or just me because I'm on free spark?