firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

[FR] Async `messaging` requests

Open cam-matsui opened this issue 1 year ago • 1 comments

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.

cam-matsui avatar Apr 11 '24 15:04 cam-matsui

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

google-oss-bot avatar Apr 11 '24 15:04 google-oss-bot