# Mobile Push Notification
This guide explains how to implement and handle Push Notifications in your mobile application using the User.com Mobile SDK. Push Notifications allow you to deliver messages to your users even when they're not actively using your application, helping you maintain user engagement and deliver timely information.
INFO
Push Notifications are powered by Firebase Cloud Messaging (FCM) and fully managed through your User.com Panel, providing a seamless way to create, target, and analyze notification campaigns.
# Notification Handling
When a Push Notification is received, the SDK automatically:
- Registers the notification in User.com analytics
- Displays the notification in the system notification tray
- Tracks notification interactions (click)
You can add custom handling logic by implementing the UserCom.getInstance().onNotification()
method in your Firebase Messaging Service.
# Notification Customization
User.com Panel allows you to fully customize the appearance and behavior of Push Notifications, including:
- Notification title and body
- Custom images and icons
- Deep linking to specific screens in your app
- Scheduling and targeting based on user behavior or attributes
# Useful links
Read more about Push Notifications: