Skip to content

Firebase Admin Python SDK v3.1.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 23 Oct 19:56
· 159 commits to master since this release
d625ddd

Authentication

  • [Fixed] User management APIs now correctly raise auth.EmailAlreadyExistsError when an already in-use email address is specified for a user.
  • [Feature] Added auth.InsufficientPermissionError type to represent operations that fail due to the credential lacking a required permission.

Cloud Messaging

  • [Fixed] Message class now implements the __str__() contract which can be used to obtain a string representation of a Message instance.