|
12 | 12 | [Firebase](https://firebase.google.com) provides the tools and infrastructure
|
13 | 13 | you need to develop apps, grow your user base, and earn money. The Firebase
|
14 | 14 | Admin .NET SDK enables access to Firebase services from privileged environments
|
15 |
| -(such as servers or cloud) in .NET. Currently this SDK provides |
16 |
| -Firebase custom authentication support. |
| 15 | +(such as servers or cloud) in .NET. Currently this SDK provides Firebase custom |
| 16 | +authentication support. |
17 | 17 |
|
18 |
| -For more information, visit the |
| 18 | +For more information, please visit the |
19 | 19 | [Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/).
|
20 | 20 |
|
21 | 21 | ## Contributing
|
22 | 22 |
|
| 23 | +Development of the Admin .NET SDK is mostly driven by our open source community. |
| 24 | +We welcome and encourage contributions from the developer community to further |
| 25 | +improve and expand this project. If you would like a new feature or an API |
| 26 | +added to this SDK, please file an issue and provide a pull request. |
| 27 | +You can use other Firebase Admin SDKs as a reference on how certain features |
| 28 | +should be implemented: |
| 29 | + |
| 30 | + * [Node.js](https://github.com/firebase/firebase-admin-node) |
| 31 | + * [Java](https://github.com/firebase/firebase-admin-java) |
| 32 | + * [Python](https://github.com/firebase/firebase-admin-python) |
| 33 | + * [Go](https://github.com/firebase/firebase-admin-go) |
| 34 | + |
23 | 35 | Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information
|
24 |
| -about how you can contribute to this project. We welcome bug reports, feature |
25 |
| -requests, code review feedback, and also pull requests. |
| 36 | +about how you can contribute to this project. In addition to the pull requests, |
| 37 | +We also welcome bug reports, feature requests, and code review feedback. |
26 | 38 |
|
27 | 39 | ## Supported Frameworks
|
28 | 40 |
|
|
0 commit comments