{"id":23178509,"url":"https://github.com/cometchat/cometchat-push-notification-app-android","last_synced_at":"2026-02-20T16:32:32.926Z","repository":{"id":53729913,"uuid":"182268735","full_name":"cometchat/cometchat-push-notification-app-android","owner":"cometchat","description":"Push Notification App for Java (Android)","archived":false,"fork":false,"pushed_at":"2025-01-03T20:42:56.000Z","size":40958,"stargazers_count":21,"open_issues_count":0,"forks_count":23,"subscribers_count":15,"default_branch":"v4-enhanced-push-notification","last_synced_at":"2025-08-18T12:46:55.263Z","etag":null,"topics":["android","app","chat","java","notification","push","push-notifications"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cometchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-19T13:27:51.000Z","updated_at":"2025-08-03T10:30:44.000Z","dependencies_parsed_at":"2023-01-21T18:00:13.722Z","dependency_job_id":"25471a37-3e87-4f33-88d6-e52d99039f37","html_url":"https://github.com/cometchat/cometchat-push-notification-app-android","commit_stats":null,"previous_names":["cometchat/cometchat-push-notification-app-android"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/cometchat/cometchat-push-notification-app-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-push-notification-app-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-push-notification-app-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-push-notification-app-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-push-notification-app-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cometchat","download_url":"https://codeload.github.com/cometchat/cometchat-push-notification-app-android/tar.gz/refs/heads/v4-enhanced-push-notification","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-push-notification-app-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","app","chat","java","notification","push","push-notifications"],"created_at":"2024-12-18T07:11:39.463Z","updated_at":"2026-02-20T16:32:32.910Z","avatar_url":"https://github.com/cometchat.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"CometChat\" src=\"https://assets.cometchat.io/website/images/logos/banner.png\"\u003e\n\u003c/p\u003e\n\n# Android Push Notification Sample App\n\nThe 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.\n\n## 🚀 Try the New v5 UI Kit!\nDiscover the all-new [v5 UI Kit](https://github.com/cometchat/cometchat-uikit-android/tree/v5), featuring a completely revamped design for enhanced usability and visual appeal. With restructured components, advanced styling options, and a streamlined integration process, v5 offers a seamless, customizable experience tailored to your needs. Try it now and elevate your development workflow!\n\nThe sample app uses Firebase Cloud Messaging (FCM) for delivering push notifications to Android.\n\n\u003e [!NOTE]\n\u003e If you are using Push Notifications (Extension), please refer to our [Android Push Notifications (Extension)](https://github.com/cometchat/cometchat-push-notification-app-android/tree/v4-push-notifications-extension) sample app.\n\n## Pre-requisite\n\n1. Login to the [CometChat Dashboard](https://app.cometchat.com/).\n2. Select an existing app or create a new one.\n3. Click on the Notifications section from the menu on the left.\n4. Enable Push Notifications by clicking on the toggle bar and configure the push notifications.\n5. Add credentials for FCM.\n\n## Run the Sample App\n\n1. Clone this repository.\n2. Add your app credentials like `APP_ID`, `REGION`, and `AUTH_KEY` in the `AppConfig.java` file.\n3. Also add the `FCM_PROVIDER_ID` in `AppConfig.java` as that is required while registering push token.\n4. Place the `google-services.json` file in the correct location as per FCM's documentation.\n5. Once the app is running on your device or emulator, login with a user.\n6. Allow the permission to display push notifications.\n7. Put the app in the background or terminate it.\n8. Send a message or call to the logged in user from another device.\n9. You should see a push notification for a message and call notification for a call.\n10. Tap on the notification to open the Sample app for message.\n11. Tap on \"Accept\" to join an incoming call or tap on \"Decline\" to reject it.\n\n## Help and Support\n\nFor issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-push-notification-app-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcometchat%2Fcometchat-push-notification-app-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-push-notification-app-android/lists"}