getoxdev / Notify

Send device-to-device push notifications without writing server-side code

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

Send device-to-device push notifications without writing server-side code


Languages

Language:Java 100.0%