Commit 150a855 1 parent de4ee2d commit 150a855 Copy full SHA for 150a855
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
-
4
4
5
+ # v2.18.0
6
+
7
+ - [ added] Added support for specifying the analytics label for notifications.
8
+ - [ added] Added support for arbitrary key-value pairs in ` messaging.ApsAlert ` .
9
+ - [ changed] The ` WebpushFcmOptions ` type is now deprecated. Developers should use
10
+ the PEP8 compliant type name ` WebpushFCMOptions ` instead.
11
+ - [ added] Developers can now test their Database API calls by directing the
12
+ SDK traffic to the RTDB emulator. Set the ` FIREBASE_DATABASE_EMULATOR_HOST `
13
+ environment variable to specify the emulator endpoint in ` host:port ` format.
14
+
5
15
# v2.17.0
6
16
7
17
- [ added] Added new ` send_all() ` and ` send_multicast() ` APIs to the
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.17 .0'
17
+ __version__ = '2.18 .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