We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e5683 + 090ef18 commit 01c44ffCopy full SHA for 01c44ff
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v1.6.0
6
7
- [added] `WebpushFcmOptions` added to the `WebpushConfig` class.
8
- [added] Implemented the `GetUserByEmailAsync()` and `GetUserByPhoneNumberAsync()`
9
APIs in the `FirebaseAuth` class.
FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>1.5.0</Version>
+ <Version>1.6.0</Version>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<LangVersion>latest</LangVersion>
0 commit comments