-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Assignees
Labels
@eranhirs
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.
ref = yield from db.reference result = yield from ref.get()
Thanks