Firebase-admin

Latest version: v6.6.0

Safety actively analyzes 682471 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 18

1.12.0

New Features

* feat(auth): Added VerifySessionCookieAsync() APIs (177)
* feat(auth): Added CreateSessionCookieAsync() API (176)

Miscellaneous

* [chore] Release 1.12.0 (179)
* chore(auth): Added integration tests and snippets for session management (178)

1.11.0

New Features

* feat(auth): Added revocation check support for VerifyIdTokenAsync() (172)
* feat(auth): Added RevokeRefreshTokensAsync() API (171)

Bug Fixes

* fix(auth): Integration test for RevokeRefreshTokensAsync() (173)

Miscellaneous

* [chore] Release 1.11.0 (175)
* Fixing up some minor text format issues. (174)

1.10.0

New Features

* feat(auth): Added InvalidDynamicLinkDomain Error Code (167)
* feat(auth): Added APIs for generating email sign-in links (165)
* feat(auth): Added APIs for generating email verification links (164)
* feat(auth): Implemented GeneratePasswordResetLinkAsync() API (162)

Bug Fixes

* fix(auth): Integration tests and sample snippets for email action links (166)
* fix(fcm): Fixed error handling in the topic management APIs (155)

Miscellaneous

* [chore] Release 1.10.0 (170)
* chore: Implementing the publish workflow (147)
* chore: Adding GitHub Actions release workflow (146)
* Remove the CHANGELOG file (145)

1.9.2

Firebase Auth

- [Fixed] User management APIs now correctly raise `ErrorCode.AlreadyExists` when an already in-use email address is specified for a user. Thanks [kcieslinski](https://github.com/kcieslinski) for the [contribution](https://github.com/firebase/firebase-admin-dotnet/pull/141).

1.9.1

- SDK automatically retries HTTP requests that are failing due to low-level I/O errors and HTTP 503 errors.

Firebase Auth

- [`ExportedUserRecord`](https://firebase.google.com/docs/reference/admin/dotnet/class/firebase-admin/auth/exported-user-record) does not expose password hashes that are redacted due to lack of permissions in the service account credentials.

- Fixed an issue with IAM-based custom token signing, that resulted in permission errors.

1.9.0

- Fixed an issue that caused async API calls to deadlock in some environments. Thanks [NiCoTinEz](https://github.com/NiCoTinEz) for the [contribution](https://github.com/firebase/firebase-admin-dotnet/pull/109).

Firebase Auth
- Introduced a new `FirebaseAuthException` class and an `AuthErrorCode` enum type for improved error handling support. All user management APIs now throw instances of the `FirebaseAuthException` class. This is a subclass of the existing `FirebaseException` type.
- ID token verification APIs now throw instances of the `FirebaseAuthException` class.
- `CreateCustomTokenAsync()` APIs now throw `FirebaseAuthException` if an error occurs while signing custom tokens. If the service account is not correctly configured, this API throws an `InvalidOperationException`.

Page 16 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.