-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng deploy
infinite setup loop
#3546
Comments
Can reproduce it here too. After running
If running Some notes about the setup:
I think there are two issues here also:
More details: Angular `ng version` output
|
This is still an issue (more than two months after the original post). I've tried using Angular v18 and v17, also tried on Mac and Windows and angularfire is not setting up the deploy configuration in As a workaround I was able to copy configuration from a previous project and amend it for my new project, specifically:
|
still happening with lates setup of angular and angular/fire |
Version info
Angular: 18.0.3
Firebase: ??
AngularFire: 18.0.1
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
Failing test unit, Stackblitz demonstrating the problem
This involves running the schematics, so stackblitz doesn't help.
Steps to set up and reproduce
Follow the steps in these docs. I.e.:
ng new the-project
, choose default optionscd the-project
ng add @angular/fire
choose Performance Monitoring (I don't want any of them actually. I only want to deploy. But I had even worse luck if I chose nothing - so this is a semi-random choice.).firebaserc
file updatedangular.json
, but neither of these are trueng deploy
Sample data and security rules
Debug output
** Errors in the JavaScript console **
None
** Output from
firebase.database().enableLogging(true);
**I'm not running the app, so I don't think this applies.
** Screenshots **
None
Expected behavior
I can use schematics to set up firebase hosting.
Actual behavior
Schematics do not set up firebase hosting. Instead every time I try to deploy it loops me back through the setup process.
The text was updated successfully, but these errors were encountered: