Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Async messaging requests #784

Open
cam-matsui opened this issue Apr 11, 2024 · 1 comment
Open

[FR] Async messaging requests #784

cam-matsui opened this issue Apr 11, 2024 · 1 comment

Comments

@cam-matsui
Copy link

Is your feature request related to a problem? Please describe.
AsyncIO is the future for performant Python web services, and thus one should be able to send push notifications via an async API.

Describe the solution you'd like
async versions of messaging.send, messaging.send_each, etc.

Describe alternatives you've considered
Separate threads / run_in_executor() complicates the code and is not as performant

Additional context
Async Firestore was added in #635, wondering if async support should extend to other Firebase services.

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants