Skip to content

Releases: firebase/firebase-admin-dotnet

Firebase Admin .NET SDK v1.9.0

18 Sep 20:01
e0473fa
Compare
Choose a tag to compare
  • 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 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.

Firebase Admin .NET SDK v1.8.0

07 Aug 20:14
2c63161
Compare
Choose a tag to compare

Cloud Messaging

Firebase Admin .NET SDK v1.7.0

27 Jun 18:01
36c0b1c
Compare
Choose a tag to compare
  • Added netstandard2.0 to the TargetFrameworks list of the package.
  • Began compiling releases on the .NET Framework instead of Mono. This should resolve some of the library linkage issues reported by developers on previous versions of the SDK.

Firebase Auth

Firebase Admin .NET SDK v1.6.0

06 Jun 20:29
01c44ff
Compare
Choose a tag to compare

Auth

Cloud Messaging

Firebase Admin .NET SDK v1.5.0

30 May 20:26
9d14d84
Compare
Choose a tag to compare

Firebase Auth

Firebase Admin .NET SDK v1.4.0

18 Apr 20:38
31e55ef
Compare
Choose a tag to compare
  • [added] AppOptions class now supports setting an HttpClientFactory, which is useful when deploying the SDK behind a proxy server.

Firebase Admin .NET SDK v1.3.0

28 Mar 20:02
6ca2baf
Compare
Choose a tag to compare

Firebase Cloud Messaging

Firebase Admin .NET SDK v1.2.1

20 Mar 17:44
01d5637
Compare
Choose a tag to compare

Auth

  • The VerifyIdTokenAsync() method now tolerates a clock skew of up to 5 minutes when comparing JWT timestamps.

Firebase Admin .NET SDK v1.2.0

14 Feb 22:39
7b83c59
Compare
Choose a tag to compare

Firebase Admin .NET SDK v1.1.0

24 Jan 21:37
3bb875e
Compare
Choose a tag to compare

Authentication

  • Implemented the SetCustomUserClaimsAsync() API in the FirebaseAuth class.