deploy to an existing firebase project angular code example
Example 1: how to deploy angular site firebase
In the terminal:
$ ng build --prod
$ npm install -g firebase-tools
$ firebase login
$ firebase init
$ firebase deploy
Example 2: how to deploy firebase angular 10
$ ng add @angular/fire