Wire up real email/password auth and fix Firebase configuration#14
Open
DigitalBlueprint239 wants to merge 2 commits intomasterfrom
Open
Wire up real email/password auth and fix Firebase configuration#14DigitalBlueprint239 wants to merge 2 commits intomasterfrom
DigitalBlueprint239 wants to merge 2 commits intomasterfrom
Conversation
- 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
❌ Deploy Preview for magical-starlight-0c1207 failed.
|
1 similar comment
❌ Deploy Preview for magical-starlight-0c1207 failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
anywithunknownin catch blocks)https://claude.ai/code/session_01YLqsMaGKDJ4PCeAuQExzzK