Hey guys I was battling with the same issue for hours. If you are using typescript, you need to set “noEmit”: false in the tsconfig.json compilerOptions property. This will make sure that when we run “npm run build” or “npm run build:watch” in the firebase project directory, it converts the type script code to java code.