cometchat-angular-production

Installation
SKILL.md

Purpose

Teaches Claude how to move an Angular CometChat integration from dev-mode Auth Key to production-ready server-minted auth tokens + user CRUD. Covers:

  1. Why the dev authKey can't ship to production
  2. Auth Key vs REST API Key — which lives where
  3. Server endpoint recipes (Express / Hono / Firebase Functions / Vercel)
  4. Client-side: CometChatUIKit.login({ authToken }) + token refresh
  5. User CRUD endpoints + auth-provider integration (Firebase Auth / Supabase / Clerk / Auth0)
  6. Security checklist

Read cometchat-angular-core first — production just swaps one call on the init service, but understanding the init lifecycle is the prerequisite.

Ground truth: docs/ui-kit/angular/methods, and the cross-platform REST API at https://{APP_ID}.api-{REGION}.cometchat.io/v3/.


1. Why production auth matters

Related skills

More from cometchat/cometchat-skills

Installs
4
GitHub Stars
26
First Seen
8 days ago