firebase / firebase/firebase-admin-python
FR: Async requests
Aberta
api: core
- Linguagem predominante
- Python
- Estrelas
- 1.2k
- Forks
- 359
- Merge médio
- 5d 6min
- PRs com merge (30d)
- 2
Descrição
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
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.