firebase / firebase/firebase-admin-python
FR: Async requests
未关闭
api: core
- 主要语言
- Python
- 星标
- 1.2k
- 派生
- 359
- 平均合并
- 5 天 6 分钟
- 30 天内合并 PR
- 2
描述
I am using `firebase-admin` on an `asyncio` project and when there are a lot of requests it slows down the whole API.
Surprisingly, I didn't see any other issues about this, I hope I am not duplicating.
```python
ref = yield from db.reference
result = yield from ref.get()
```
Thanks
贡献指南
评估
这个 Issue 还没有评估数据。