Releases: firebase/firebase-admin-dotnet
Releases · firebase/firebase-admin-dotnet
Firebase Admin .NET SDK v1.16.0
Firebase Admin .NET SDK v1.15.0
Firebase Admin .NET SDK v1.14.0
Firebase Admin .NET SDK v1.13.0
Firebase Admin .NET SDK v1.12.0
Firebase Admin .NET SDK v1.11.0
Firebase Admin .NET SDK v1.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
Firebase Admin .NET SDK v1.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 for the contribution.
Firebase Admin .NET SDK v1.9.1
- SDK automatically retries HTTP requests that are failing due to low-level I/O errors and HTTP 503 errors.
Firebase Auth
-
ExportedUserRecord
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.
Firebase Admin .NET SDK v1.9.0
- Fixed an issue that caused async API calls to deadlock in some environments. Thanks NiCoTinEz for the contribution.
Firebase Auth
- Introduced a new
FirebaseAuthException
class and anAuthErrorCode
enum type for improved error handling support. All user management APIs now throw instances of theFirebaseAuthException
class. This is a subclass of the existingFirebaseException
type. - ID token verification APIs now throw instances of the
FirebaseAuthException
class. CreateCustomTokenAsync()
APIs now throwFirebaseAuthException
if an error occurs while signing custom tokens. If the service account is not correctly configured, this API throws anInvalidOperationException
.