Firebase Admin Python SDK v2.15.0
- Dropped support for Python 3.3. Developers on Python 3 must use 3.4 or higher. Support for Python 2.7 has not changed.
- Declared a direct dependency on
google-api-core[grpc]in order to resolve some long-standing Firestore installation problems.
Firebase Cloud Messaging
- The
messaging.Apsclass now supports configuring a critical alert sound. A newmessaging.CriticalSoundclass has been introduced for this purpose. messaging.WebpushConfigclass now supports configuring additional FCM options for the features supported by the Firebase web SDK. A newmessaging.WebpushFcmOptionsclass has been introduced for this purpose.