Building push notifications for Android and CSharp

Index

Code on Github

This is inspired by Sending Push Notifications to Android with C# from Ashish K Kapoor

Introduction

This tutorial shows you how to use C# to send push notifications to an Android application. You'll create a Android app with some customization that receives push notifications by using Firebase Cloud Messaging (FCM).

What is Push Notification

Push notifications let your application notify a user of new messages or events even when the user is not actively using your application.

How It Works

How FCN works

Prerequisites

Below are some prerequisites required:

Create Project on FCN

Create a new project

Set its name

Project settings

Cloud Messaging


Last modified on: May 08, 2020