this is my log :
[info] === Deploying to \'test-123\'... [info] [info] i deploying hosting [info] i hosting: preparing public directory for
My problem was using nvm the version of firebase-tools was mixed, however this npx firebase deploy worked for me.
nvm
firebase-tools
npx firebase deploy
Credit goes to heydanhey here github issue
heydanhey