Commit 786bcef 1 parent 4c28a8e commit 786bcef Copy full SHA for 786bcef
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ -
4
+
5
+ # v2.14.0
6
+
3
7
- [ added] A new ` project_management ` API for managing apps in a
4
8
project.
5
- - [ added] ` messaging.AndroidNotification ` type now supports channel_id.
9
+ - [ added] ` messaging.AndroidNotification ` type now supports ` channel_id ` .
6
10
- [ fixed] FCM errors sent by the back-end now include more details
7
11
that are helpful when debugging problems.
8
12
- [ fixed] Fixing error handling in FCM. The SDK now checks the key
12
16
- [ fixed] Fixing a performance issue in the ` db.listen() ` API
13
17
where it was taking a long time to process large RTDB nodes.
14
18
15
-
16
19
# v2.13.0
17
20
18
21
- [ added] The ` db.Reference ` type now provides a ` listen() ` API for
Original file line number Diff line number Diff line change 14
14
15
15
"""About information (version, etc) for Firebase Admin SDK."""
16
16
17
- __version__ = '2.13 .0'
17
+ __version__ = '2.14 .0'
18
18
__title__ = 'firebase_admin'
19
19
__author__ = 'Firebase'
20
20
__license__ = 'Apache License 2.0'
You can’t perform that action at this time.
0 commit comments