Skip to content

Commit cbbdca1

Browse files
committed
Updated README file
1 parent 26206f1 commit cbbdca1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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.
1820
For 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

2340
Development 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

0 commit comments

Comments
 (0)