Skip to content

Firebase Admin Python SDK v2.6.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 08 Dec 19:14
· 278 commits to master since this release
90bce1d

Authentication

  • Added the list_users() function to the firebase_admin.auth module. This function enables listing or iterating over all user accounts in a Firebase project.
  • Added the set_custom_user_claims() function to the firebase_admin.auth module. This function enables setting custom claims on a Firebase user. The custom claims can be accessed via that user's ID token.

Database

  • Updated the start_at(), end_at() and equal_to() methods of the db.Query class so they can accept empty string arguments.