Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Unreleased

-

# v2.14.0

- [added] A new `project_management` API for managing apps in a
project.
- [added] `messaging.AndroidNotification`type now supports channel_id.
- [added] `messaging.AndroidNotification` type now supports `channel_id`.
- [fixed] FCM errors sent by the back-end now include more details
that are helpful when debugging problems.
- [fixed] Fixing error handling in FCM. The SDK now checks the key
Expand All @@ -12,7 +16,6 @@
- [fixed] Fixing a performance issue in the `db.listen()` API
where it was taking a long time to process large RTDB nodes.


# v2.13.0

- [added] The `db.Reference` type now provides a `listen()` API for
Expand Down
2 changes: 1 addition & 1 deletion firebase_admin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""About information (version, etc) for Firebase Admin SDK."""

__version__ = '2.13.0'
__version__ = '2.14.0'
__title__ = 'firebase_admin'
__author__ = 'Firebase'
__license__ = 'Apache License 2.0'
Expand Down