Skip to content

Firebase Admin Python SDK v2.11.0

Choose a tag to compare

@hiranya911 hiranya911 released this 31 May 17:51
· 254 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.