firebase / firebase/firebase-admin-python
FR: Async requests
Abierto
api: core
- Lenguaje dominante
- Python
- Estrellas
- 1.2k
- Forks
- 359
- Merge medio
- 5 d 6 min
- PR fusionados (30 d)
- 2
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.