Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Firebase Admin .NET SDK

License

NotificationsYou must be signed in to change notification settings

firebase/firebase-admin-dotnet

Continuous IntegrationNightly Builds

Firebase Admin .NET SDK

Table of Contents

Overview

Firebase provides the tools and infrastructureyou need to develop apps, grow your user base, and earn money. The FirebaseAdmin .NET SDK enables access to Firebase services from privileged environments(such as servers or cloud) in .NET. Currently this SDK provides Firebase customauthentication support.

For more information, please visit theFirebase Admin SDK setup guide.

Installation

The Firebase Admin .NET SDK is available on Nuget asFirebaseAdmin. Use thefollowing command to install it with the Nuget package manager:

$ Install-Package FirebaseAdmin -Version $VERSION

Or use thedotnet command-line utility as follows:

$ dotnet add package FirebaseAdmin --version $VERSION

Contributing

Development of the Admin .NET SDK is mostly driven by our open source community.We welcome and encourage contributions from the developer community to furtherimprove and expand this project. If you would like a new feature or an APIadded to this SDK, please file an issue and provide a pull request.You can use other Firebase Admin SDKs as a reference on how certain featuresshould be implemented:

Please refer to theCONTRIBUTING page for more informationabout how you can contribute to this project. In addition to the pull requests,We also welcome bug reports, feature requests, and code review feedback.

Supported Frameworks

Admin .NET SDK supports the following frameworks:

  • .NET Framework 4.6.2+
  • .NET Standard 2.0
  • .NET 6.0+ (8.0+ recommended)

Support for .NET 6.0 and 7.0 is now deprecated.The next major version of the Admin SDK will terminate support for theseversions. Use .NET 8.0 or higher when deploying the Admin SDK.accordingly.

This is consistent with the frameworks supported by other .NET librariesassociated with Google Cloud Platform.

Documentation

License and Terms

Firebase Admin .NET SDK is licensed under theApache License, version 2.0.

Your use of Firebase is governed by theTerms of Service for Firebase Services.


[8]ページ先頭

©2009-2025 Movatter.jp