Skip to content

Firebase Admin .NET SDK v1.0.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 16 Aug 18:41
· 495 commits to master since this release
88a66d1
  • [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.