so for the past few weeks I've been developing a swift App that connects to Firebase. I have also started working on writing my own cloud functions and deploying them from my macbook using firebaseCLI. However, today when I continued my work on the cloud functions, the command 'firebase deploy' executes but never finishes. From this point onwards it just stops.
I've repeatedly tried to reinstall dependencies and rerunning firebase deploy
, but to no avail. Any ideas what's going on?