Managing Notifications
Detailed in this page is how you can set up push notifications as well as manage in-app notifications for new in-app chat messages for your Android apps.
Push Notifications
Push Notification Key
Setting Your App to Handle Luciq Notifications
Replies.setPushNotificationRegistrationToken("PUSH_NOTIFICATION_TOKEN")Replies.setPushNotificationRegistrationToken("PUSH_NOTIFICATION_TOKEN");if (Replies.isLuciqNotification(data)) {
// Show notification related to Luciq
Replies.showNotification(data)
}if (Replies.isLuciqNotification(data)) {
// Show notification related to Luciq
Replies.showNotification(data);
}Notification Channel ID
Notification Icon
Disabling Push Notifications
In-App Notifications
Disabling In-App Notifications
In-App Notification Sound
System Notification Sound
Conversation Sound
Get Unread Messages Count
Upload Service Account File
Prepare the service-account.json from Firebase
Configure Push Notifications in Luciq Dashboard
Last updated



