firebase / firebase/firebase-admin-python
FR: Async requests
Aperta
api: core
- Lingua principale
- Python
- Stelle
- 1.2k
- Fork
- 359
- Merge medio
- 5g 6m
- PR unite (30g)
- 2
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.