pypi firebase-admin 2.6.0
Firebase Admin Python SDK v2.6.0

latest releases: 6.5.0, 6.4.0, 6.3.0...
6 years ago

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.

Don't miss a new firebase-admin release

NewReleases is sending notifications on new releases.