File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
FirebaseAdmin/FirebaseAdmin Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
3
+ # v1.0.0
4
+
5
+ - [ added] Initial release of the Admin .NET SDK. See
6
+ [ Add the Firebase Admin SDK to your Server] ( /docs/admin/setup/ ) to get
7
+ started.
8
+ - [ added] You can configure the SDK to use service account credentials, user
9
+ credentials (refresh tokens), or Google Cloud application default credentials
10
+ to access your Firebase project.
11
+
12
+ ### Authentication
13
+
14
+ - [ added] The initial release includes the ` CreateCustomTokenAsync() ` ,
15
+ and ` VerifyIdTokenAsync() ` methods for minting custom
16
+ authentication tokens and verifying Firebase ID tokens.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.1 .0</Version >
4
+ <Version >1.0 .0</Version >
5
5
<TargetFrameworks >netstandard1.5;net45</TargetFrameworks >
6
6
<TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
7
7
<LangVersion >latest</LangVersion >
You can’t perform that action at this time.
0 commit comments