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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Firebase Cloud Messaging
A new firebase_admin.messaging
module for sending messaging messages and managing topic subscriptions.
A new send()
function for sending messaging messages.
A new subscribe_to_topic()
function for subscribing a list of device registration tokens to a messaging topic.
A new unsubscribe_from_topic()
function for unsubscribing a list of device registration tokens from a messaging topic.
Firebase Auth
The verify_id_token()
function now accepts an optional check_revoked parameter. When True, an
additional check is performed to see whether the token has been revoked.