The CometChat Android Push Notification Sample App is capable of handling push notifications for one-on-one (private), group messaging, and even call notifications. This sample app enables users to send and receive text messages, make and receive calls, and effectively displays push notifications for these interactions.
The sample app uses Firebase Cloud Messaging (FCM) for delivering push notifications to Android.
Note
If you are using Push Notifications (Extension), please refer to our Android Push Notifications (Extension) sample app.
- Login to the CometChat Dashboard.
- Select an existing app or create a new one.
- Click on the Notifications section from the menu on the left.
- Enable Push Notifications by clicking on the toggle bar and configure the push notifications.
- Add credentials for FCM.
- Clone this repository.
- Add your app credentials like
APP_ID
,REGION
, andAUTH_KEY
in theAppConfig.java
file. - Also add the
FCM_PROVIDER_ID
inAppConfig.java
as that is required while registering push token. - Place the
google-services.json
file in the correct location as per FCM's documentation. - Once the app is running on your device or emulator, login with a user.
- Allow the permission to display push notifications.
- Put the app in the background or terminate it.
- Send a message or call to the logged in user from another device.
- You should see a push notification for a message and call notification for a call.
- Tap on the notification to open the Sample app for message.
- Tap on "Accept" to join an incoming call or tap on "Decline" to reject it.
For issues running the project or integrating with our UI Kits, consult our documentation or create a support ticket or seek real-time support via the CometChat Dashboard.