Skip to content

Releases: firebase/firebase-admin-dotnet

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.

Firebase Admin .NET SDK v1.0.0

16 Aug 18:41
88a66d1
Compare
Choose a tag to compare
  • [added] Initial release of the Admin .NET SDK. See Add the Firebase Admin SDK to your Server to get started.
  • [added] You can configure the SDK to use service account credentials, user credentials (refresh tokens), or Google Cloud application default credentials to access your Firebase project.

Authentication

  • [added] The initial release includes the CreateCustomTokenAsync(), and VerifyIdTokenAsync() methods for minting custom authentication tokens and verifying Firebase ID tokens.