We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Firebase http v1 APIs provide supports for live activity in ios: https://firebase.google.com/docs/cloud-messaging/ios/live-activity But this doesnt seems to be covered in python sdk, as there is no supported live_activity_token param : https://github.com/firebase/firebase-admin-python/blob/master/firebase_admin/_messaging_utils.py#L339
This token is required to start a live activity as per the mentioned json in- https://firebase.google.com/docs/cloud-messaging/ios/live-activity
Describe the solution you'd like Please provide support of live activity in python admin sdk
Describe alternatives you've considered The alternative is to use the http v1 API directly instead of using python sdk
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
chong-shao
No branches or pull requests
Is your feature request related to a problem? Please describe.
Firebase http v1 APIs provide supports for live activity in ios: https://firebase.google.com/docs/cloud-messaging/ios/live-activity
But this doesnt seems to be covered in python sdk, as there is no supported live_activity_token param : https://github.com/firebase/firebase-admin-python/blob/master/firebase_admin/_messaging_utils.py#L339
This token is required to start a live activity as per the mentioned json in- https://firebase.google.com/docs/cloud-messaging/ios/live-activity
Describe the solution you'd like
Please provide support of live activity in python admin sdk
Describe alternatives you've considered
The alternative is to use the http v1 API directly instead of using python sdk
The text was updated successfully, but these errors were encountered: