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 3
3
## Table of Contents
4
4
5
5
* [ Overview] ( #overview )
6
+ * [ Installation] ( #installation )
6
7
* [ Contributing] ( #contributing )
8
+ * [ Supported Frameworks] ( #supported-frameworks )
7
9
* [ Documentation] ( #documentation )
8
10
* [ License and Terms] ( #license-and-terms )
9
11
@@ -18,6 +20,21 @@ authentication support.
18
20
For more information, please visit the
19
21
[ Firebase Admin SDK setup guide] ( https://firebase.google.com/docs/admin/setup/ ) .
20
22
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
+
21
38
## Contributing
22
39
23
40
Development of the Admin .NET SDK is mostly driven by our open source community.
@@ -50,6 +67,8 @@ associated with Google Cloud Platform.
50
67
51
68
* [ Setup Guide] ( https://firebase.google.com/docs/admin/setup/ )
52
69
* [ 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 )
53
72
54
73
## License and Terms
55
74
You can’t perform that action at this time.
0 commit comments