Harris Stevenson

Results 16 comments of Harris Stevenson

That's not the guidance from Angular: https://angular.dev/tools/cli/deployment

It's not working for any new setup. If I start a fresh new Angular project then use `ng add @angular/fire`, hosting isn't an option. So when you run `ng deploy`,...

Yeah, that doesn't help. I know you can still deploy with `firebase deploy`. But the issue I'm raising is that `ng deploy` doesn't work on an Angular codebase, when it...

Sorry, I misread. It shouldn’t require firebase-tools. It use to be, you would run `ng add @angular/fire`, it would ask you to setup hosting, then you would run `ng deploy`...

I'm trying to follow the Angular instructions on deployment, found here: https://angular.dev/tools/cli/deployment If you start a new Angular & Firebase project and follow the steps there, you'll see the issue....

Ng deploy should deploy the Angular app to Firebase. It uploads it so it is accessible on the web. For example, other options on there are GitHub pages, which would...

I'm not ignoring the question at all. You asked what I'm trying to deploy, I told you.

None of those, I'm deploying to Firebase.

I don't understand what more information you need. Before, you could make a new app in Angular, add angularfire, run ng deploy and it would deploy your app to the...

Would a video help?