firebase / firebase/firebase-admin-node
httpTimeout option in initializeApp
- 主要语言
- TypeScript
- 星标
- 1.7k
- 派生
- 419
- 平均合并
- 3 天 10 小时
- 30 天内合并 PR
- 16
描述
**Is your feature request related to a problem? Please describe.**
In the Python implementation of firebase_admin, there is an option on [initialize_app](https://firebase.google.com/docs/reference/admin/python/firebase_admin#initialize_app) that allows the httpTimeout to be set manually. There is no such implementation in NodeJS.
**Describe the solution you'd like**
The desired solution is to have the same functionality of httpTimeout in the Python firebase_admin, implemented for the NodeJS firebase-admin.
**Additional context**
Using firebase-admin version 9.4.2
贡献指南
调研方向
从 Node.js firebase-admin 的 initializeApp 入口点开始,将其选项与链接的 Python initialize_app 参考进行比较。完成的标准是 Node.js 调用方可以通过 initializeApp 设置 httpTimeout,并且配置的超时得到遵守;使用相关的 initializeApp 测试验证该行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- nodejs, python, typescript
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100