`ng deploy` infinite setup loop
- 主要语言
- TypeScript
- 星标
- 7.8k
- 派生
- 2.2k
- 平均合并
- 22 小时 28 分钟
- 30 天内合并 PR
- 6
描述
### 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](https://github.com/angular/angularfire/blob/master/docs/install-and-setup.md). I.e.:
1. `ng new the-project`, choose default options
2. `cd the-project`
3. `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.)
- At this point the doc says it should have created a `.firebaserc` file updated `angular.json`, but neither of these are true
4. `ng deploy`
- Here it asks me what to use to deploy. I choose "Firebase" and it simply loops me through the setup steps again, never deploying.
**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.
贡献指南
调研方向
首先阅读 docs/install-and-setup.md,并使用 `ng add @angular/fire` 后接 `ng deploy` 重现该流程。将 `.firebaserc` 和 `angular.json` 中预期的设置与报告的结果进行比较;当 Firebase hosting 已配置完成且 `ng deploy` 无需重复设置即可继续时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, firebase, typescript
- 领域
- cloud, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 46/100