Push notifications for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — web push via Firebase Cloud Messaging (FCM) + the CometChat Notifications API. Covers dashboard FCM provider setup, the firebase-messaging-sw.js service worker, Notification permission, getting the FCM token, registering it with CometChatNotifications.registerPushToken + PushPlatforms.FCM_WEB AFTER login, an Angular PushService, environment config, foreground vs background handling, click-through routing, and logout cleanup.
$npx -y skills add cometchat/cometchat-skills --skill cometchat-angular-pushInstalls into the current project.
Run `npx skills use "https://github.com/cometchat/cometchat-skills" --skill "cometchat/cometchat-skills/cometchat-angular-push"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cometchat/cometchat-skills" that are relevant to the current task. Run `npx skills add "https://github.com/cometchat/cometchat-skills"` and select the relevant skills, then follow their instructions.