firebase / firebase/firebase-admin-python

FR: Async requests

Open
#104 30 comments 11 reactions 1 assignee Claimed by @lahirumaramba View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.