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 3e48bd4 + 173ef14 commit bf7d978Copy full SHA for bf7d978
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
-
4
5
+# v1.2.0
6
+
7
+- [added] Implemented the `FirebaseMessaging` API for sending notifications
8
+ with FCM.
9
10
# v1.1.0
11
12
- [added] Implemented the `SetCustomUserClaimsAsync()` API in the
FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<LangVersion>latest</LangVersion>
0 commit comments