megamendhie / Notify

Sample Android app that shows how to send device-to-device push notifications without writing server-side code. Uses an implementation of Firebase Cloud Messaging SDK

Home Page:https://medium.com/@mendhie/send-device-to-device-push-notifications-without-server-side-code-238611c143

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notify

Notify app demos how to send push notifications between mobile devices without writing any server-side code.

notify

Firebase Cloud Messaging (FCM) allows you to send push notifications directly from Firebase console or with an app server or some other trusted environment where the server logic runs. However, you may want to send push notifications between devices, like in most chat apps, but without writing any server-side code. Of course, it’s very possible.

You will need the following tools and skills set:

  • Android Studio (version 3.x or later)
  • Firebase account (sign up here)
  • Basic knowledge of Android development

Read the full article here

About

Sample Android app that shows how to send device-to-device push notifications without writing server-side code. Uses an implementation of Firebase Cloud Messaging SDK

https://medium.com/@mendhie/send-device-to-device-push-notifications-without-server-side-code-238611c143


Languages

Language:Java 100.0%