File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
FirebaseAdmin/FirebaseAdmin Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ -
4
+
5
+ # v1.1.0
6
+
7
+ - [ added] Implemented the ` SetCustomUserClaimsAsync() ` API in the
8
+ ` FirebaseAuth ` class.
9
+
3
10
# v1.0.0
4
11
5
12
- [ added] Initial release of the Admin .NET SDK. See
13
20
14
21
- [ added] The initial release includes the ` CreateCustomTokenAsync() ` ,
15
22
and ` VerifyIdTokenAsync() ` methods for minting custom
16
- authentication tokens and verifying Firebase ID tokens.
23
+ 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 >1.0 .0</Version >
4
+ <Version >1.1 .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