Skip to content

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

Notifications You must be signed in to change notification settings

megamendhie/Notify

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages