after git clone run npm i to install node modules npm packages
then run, npm audit to check for npm packages needs security updates,
or run npm outdated - this command will display a list of outdated npm packages
if npm audit fix fails, then run
npm aduit fix --force
Add, missing Angular firebase package using
ng add @angular/fire
PS: This app is only a working UI routing linked template to get you started