File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3+ -
4+
5+ # v2.14.0
6+
37- [ added] A new ` project_management ` API for managing apps in a
48 project.
5- - [ added] ` messaging.AndroidNotification ` type now supports channel_id.
9+ - [ added] ` messaging.AndroidNotification ` type now supports ` channel_id ` .
610- [ fixed] FCM errors sent by the back-end now include more details
711 that are helpful when debugging problems.
812- [ fixed] Fixing error handling in FCM. The SDK now checks the key
1216- [ fixed] Fixing a performance issue in the ` db.listen() ` API
1317 where it was taking a long time to process large RTDB nodes.
1418
15-
1619# v2.13.0
1720
1821- [ added] The ` db.Reference ` type now provides a ` listen() ` API for
Original file line number Diff line number Diff line change 1414
1515"""About information (version, etc) for Firebase Admin SDK."""
1616
17- __version__ = '2.13 .0'
17+ __version__ = '2.14 .0'
1818__title__ = 'firebase_admin'
1919__author__ = 'Firebase'
2020__license__ = 'Apache License 2.0'
You can’t perform that action at this time.
0 commit comments