--- name: Client App Context description: Stack, purpose, and API conventions for the Halo Bestie client Flutter app type: project --- Flutter mobile app (iOS + Android) for end users seeking mental health support. **Stack:** Flutter, Firebase Auth (`firebase_auth` + `google_sign_in`), Xendit (payments) **Auth:** Google Sign-In (native), Apple Sign-In (native), Phone OTP — fully native, no WebView, no Firebase-branded screens. JWT sent as `Authorization: Bearer` on every API call. **API:** Calls `/api/client/` and `/api/shared/` routes only. Never call `/api/mitra/` or `/internal/`. **Domain:** Client = user seeking mental health support. Flow: register → match with mitra → book session → chat → pay. Trial period available for new users.