Key Features
Platform
Android 5.0+ with Java 11
Firebase FCM
Full Firebase Cloud Messaging integration
Rich Notifications
Images, actions, and custom layouts
Topic Subscriptions
Subscribe users to notification topics
Notification Channels
Android 8.0+ channel support built-in
Analytics
Track open rates and engagement
Quick Start
Setup Example
Preview of PushNotify integration:
Java
public class MyFirebaseService extends PushNotifyService {
@Override
public void onMessageReceived(RemoteMessage message) {
super.onMessageReceived(message);
PushNotify.Builder builder = new PushNotify.Builder(this)
.setTitle(message.getTitle())
.setBody(message.getBody())
.setChannel("default");
builder.show();
}
}
Notification Types
| Type | Features | Use Cases |
|---|---|---|
| Basic | Title, Body, Icon | Simple alerts, Updates |
| Big Picture | Large image support | Marketing, News |
| Action Buttons | Up to 3 action buttons | Quick replies, Actions |
What's Included
- Firebase Cloud Messaging setup
- Rich notification templates
- Notification channels
- Topic subscription
- Action button handlers
- Background message handling
- Full source code access
- Lifetime updates
- Email support
Ready to Get Started?
Purchase PushNotify and engage your users with powerful notifications!
$9.00
Get Started