File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 5
5
- [ changed] Updated the ` firebase_admin.instance_id ` module to use the new
6
6
shared exception types. The type ` instance_id.ApiCallError ` was removed.
7
7
8
+ # v2.18.0
9
+
10
+ - [ added] Added support for specifying the analytics label for notifications.
11
+ - [ added] Added support for arbitrary key-value pairs in ` messaging.ApsAlert ` .
12
+ - [ changed] The ` WebpushFcmOptions ` type is now deprecated. Developers should use
13
+ the PEP8 compliant type name ` WebpushFCMOptions ` instead.
14
+ - [ added] Developers can now test their Database API calls by directing the
15
+ SDK traffic to the RTDB emulator. Set the ` FIREBASE_DATABASE_EMULATOR_HOST `
16
+ environment variable to specify the emulator endpoint in ` host:port ` format.
17
+
8
18
# v2.17.0
9
19
10
20
- [ 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