Notify app demos how to send push notifications between mobile devices without writing any server-side code.
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