<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mincasoft</title>
    <description>The latest articles on DEV Community by mincasoft (@mincasoft).</description>
    <link>https://dev.to/mincasoft</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F281864%2Fd7ef5e69-e78e-4104-a376-930d4b961755.png</url>
      <title>DEV Community: mincasoft</title>
      <link>https://dev.to/mincasoft</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mincasoft"/>
    <language>en</language>
    <item>
      <title>Get a notification at the client when using the Firebase Cloud Messaging service on .NET</title>
      <dc:creator>mincasoft</dc:creator>
      <pubDate>Thu, 28 Nov 2019 17:19:07 +0000</pubDate>
      <link>https://dev.to/mincasoft/get-a-notification-at-the-client-when-using-the-firebase-cloud-messaging-service-on-net-1kd5</link>
      <guid>https://dev.to/mincasoft/get-a-notification-at-the-client-when-using-the-firebase-cloud-messaging-service-on-net-1kd5</guid>
      <description>&lt;p&gt;I am exploiting some APIs of mobile applications on Android operating system. In it they use Google's FCM service. After decompiling the source code using Apktool, I get a device_token string, and an API function to call the server to return a message (notification).&lt;/p&gt;

&lt;p&gt;I want to use the exploited API functions to port to the desktop application as an automated tool. Unfortunately, Google's FCM does not support .NET (only on Android, iOS, Web platforms) I want every time I make a call API to their server, I call a function so they return OTP to confirm the transaction. This OTP is contained in the server's return notification.&lt;/p&gt;

&lt;p&gt;In the Google FCM document, a google-service.json file is imported into Firebase's Android project and SDK, I'm programming a .NET application, so how can I get a notification like when calling the onMessageReceived () function in the Firebase SDK&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>firebase</category>
      <category>fcm</category>
    </item>
  </channel>
</rss>
