Skip to content

Wire up real email/password auth and fix Firebase configuration#14

Open
DigitalBlueprint239 wants to merge 2 commits intomasterfrom
claude/setup-project-docs-Z5wlm
Open

Wire up real email/password auth and fix Firebase configuration#14
DigitalBlueprint239 wants to merge 2 commits intomasterfrom
claude/setup-project-docs-Z5wlm

Conversation

@DigitalBlueprint239
Copy link
Owner

  • Replace anonymous auth with email/password + Google OAuth from useAuth hook
  • Connect orphaned Login and Signup components into App.tsx auth flow
  • Fix Firebase env vars from NEXT_PUBLIC_ to REACT_APP_ (CRA convention)
  • Consolidate dual Firebase initialization (firestore.ts now imports from firebase.ts)
  • Add password confirmation and validation to Signup form
  • Improve auth UI with branded layout and better error handling
  • Fix TypeScript errors (replace any with unknown in catch blocks)
  • Make Firebase Analytics initialization optional and error-tolerant

https://claude.ai/code/session_01YLqsMaGKDJ4PCeAuQExzzK

- Replace anonymous auth with email/password + Google OAuth from useAuth hook
- Connect orphaned Login and Signup components into App.tsx auth flow
- Fix Firebase env vars from NEXT_PUBLIC_ to REACT_APP_ (CRA convention)
- Consolidate dual Firebase initialization (firestore.ts now imports from firebase.ts)
- Add password confirmation and validation to Signup form
- Improve auth UI with branded layout and better error handling
- Fix TypeScript errors (replace `any` with `unknown` in catch blocks)
- Make Firebase Analytics initialization optional and error-tolerant

https://claude.ai/code/session_01YLqsMaGKDJ4PCeAuQExzzK
- Replace hardcoded 'demo-team' with real team ID from useTeam() context
- Fix AI method call from non-existent generateSmartPractice to generatePracticePlan
- Add "Save Plan" button that persists AI-generated plans to Firestore
- Add saved plans list that loads from Firestore when team changes
- Show warning when no team is selected
- Remove unused useEffect import from App.tsx
- Create MASTER_TRACKER.md documenting integration status of all features

https://claude.ai/code/session_01YLqsMaGKDJ4PCeAuQExzzK
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for magical-starlight-0c1207 failed.

Name Link
🔨 Latest commit 1bb95c3
🔍 Latest deploy log https://app.netlify.com/projects/magical-starlight-0c1207/deploys/699dc990576dbc0008507a24

1 similar comment
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for magical-starlight-0c1207 failed.

Name Link
🔨 Latest commit 1bb95c3
🔍 Latest deploy log https://app.netlify.com/projects/magical-starlight-0c1207/deploys/699dc990576dbc0008507a24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants