You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofmessaging.send
,messaging.send_each
, etc.Describe alternatives you've considered
Separate threads /
run_in_executor()
complicates the code and is not as performantAdditional context
Async Firestore was added in #635, wondering if async support should extend to other Firebase services.
The text was updated successfully, but these errors were encountered: