firebase / firebase/firebase-admin-node
Compatibility Issue with Non-Default Database in Admin Package Due to @google-cloud/firestore Version
未关闭
needs-triage
- 主要语言
- TypeScript
- 星标
- 1.7k
- 派生
- 419
- 平均合并
- 3 天 10 小时
- 30 天内合并 PR
- 16
描述
The admin package's dependency on @google-cloud/firestore is currently specified as ^6.6.0. However, there appears to be a compatibility issue with non-default databases when using any version below 6.7. This conflict arises despite documentation indicating support for these database configurations.
Update the required version of @google-cloud/firestore in the admin package to ^6.7.0 to ensure compatibility with non-default databases.
贡献指南
调研方向
首先定位 admin 包的 @google-cloud/firestore 依赖声明,并确认当前约束为 ^6.6.0。约束改为 ^6.7.0 且保留与非默认数据库的兼容性,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- google-cloud, typescript
- 领域
- databases
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 48/100