10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4604da commit 4cf7374Copy full SHA for 4cf7374
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.11.0
6
7
- [added] A new `auth.import_users()` API for importing users into Firebase
8
Auth in bulk.
9
- [fixed] The `db.Reference.update()` function now accepts dictionaries with
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.10.0'
+__version__ = '2.11.0'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments