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 22
33-
44
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+
515# v2.17.0
616
717- [ added] Added new ` send_all() ` and ` send_multicast() ` APIs to the
Original file line number Diff line number Diff line change 1414
1515"""About information (version, etc) for Firebase Admin SDK."""
1616
17- __version__ = '2.17 .0'
17+ __version__ = '2.18 .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