Firebase Admin Python SDK v2.11.0
- [added] A new
auth.import_users()
API for importing users into Firebase Auth in bulk. - [fixed] The
db.Reference.update()
function now accepts dictionaries withNone
values. This can be used to delete child keys from a reference.