Skip to content

Firebase Admin Python SDK v2.2.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 14 Aug 21:40
· 301 commits to master since this release

Authentication

  • A new user management API that allows provisioning and managing Firebase users from Python applications. This API adds get_user(), get_user_by_email(), get_user_by_phone_number(), create_user(), update_user() and delete_dser() methods to the firebase_admin.auth

Database

  • The db.Reference class now exposes a transaction() method, which can be used to execute atomic updates on database references.