Authentication
- A new
create_session_cookie()
method for creating a session cookie from a Firebase ID token. - A new
verify_session_cookie()
method for validating a given session cookie string. - The
auth
module now caches the public key certificates used to verify ID tokens and session cookies, thus avoiding a network call everytime a credential needs to be verified.
Cloud Messaging
- Added the
mutable_content
optional field to themessaging.Aps
type. This can be used to set themutable-content
property when sending FCM messages to APNs targets. - Added support for specifying arbitrary key-value fields in the
messaging.Aps
type.