Complete implementation of user management, profile sharing, and question database with all requested features.
All requested features have been implemented and are ready for testing
Sign up, sign in, and sign out with Firebase Auth
Automatic profile creation with unique custom links
Edit profile information, skills, and qualifications
Upload profile images to Supabase Storage
Share profiles via /u/username URLs
Change password, email, privacy settings, and delete account
Seed and fetch coding questions with filtering
Protected routes with Firebase Auth middleware
Sign up, sign in, and view user profile information. All user data is automatically saved to Firestore.
Loading...
All backend API routes have been implemented and are ready for use