File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 33## Table of Contents
44
55 * [ Overview] ( #overview )
6+ * [ Installation] ( #installation )
67 * [ Contributing] ( #contributing )
8+ * [ Supported Frameworks] ( #supported-frameworks )
79 * [ Documentation] ( #documentation )
810 * [ License and Terms] ( #license-and-terms )
911
@@ -18,6 +20,21 @@ authentication support.
1820For more information, please visit the
1921[ Firebase Admin SDK setup guide] ( https://firebase.google.com/docs/admin/setup/ ) .
2022
23+ ## Installation
24+
25+ The Firebase Admin .NET SDK is available on Nuget as ` FirebaseAdmin ` . Use the
26+ following command to install it with the Nuget package manager:
27+
28+ ```
29+ $ Install-Package FirebaseAdmin -Version $VERSION
30+ ```
31+
32+ Or use the ` dotnet ` command-line utility as follows:
33+
34+ ```
35+ $ dotnet add package FirebaseAdmin --version $VERSION
36+ ```
37+
2138## Contributing
2239
2340Development of the Admin .NET SDK is mostly driven by our open source community.
@@ -50,6 +67,8 @@ associated with Google Cloud Platform.
5067
5168* [ Setup Guide] ( https://firebase.google.com/docs/admin/setup/ )
5269* [ Authentication Guide] ( https://firebase.google.com/docs/auth/admin/ )
70+ * [ API Reference] ( https://firebase.google.com/docs/reference/admin/dotnet/ )
71+ * [ Release Notes] ( https://firebase.google.com/support/release-notes/admin/dotnet )
5372
5473## License and Terms
5574
You can’t perform that action at this time.
0 commit comments