Skip to content

Firebase Admin Python SDK v2.11.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 31 May 17:51
· 231 commits to master since this release
4cf7374
  • [added] A new auth.import_users() API for importing users into Firebase Auth in bulk.
  • [fixed] The db.Reference.update() function now accepts dictionaries with None values. This can be used to delete child keys from a reference.