firebase / firebase/firebase-admin-python
FR: Async requests
Open
api: core
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 359
- Avg merge
- 5d 6m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.