Fintrack - Google auth with firebase (front + back)
Hey team! 👋 I've completed the Google Authentication with Firebase implementation for task #15 🎉 PRs ready for review: - Frontend: https://github.com/DeveloperMastery/fintrack/pull/54 - Backend: https://github.com/DeveloperMastery/fintrack-api/pull/17 - Task: https://github.com/orgs/DeveloperMastery/projects/1/views/6?pane=issue&itemId=131627232&issue=DeveloperMastery%7Cfintrack-api%7C15 What's been done: ✅ Firebase Auth integration (Google Sign-In) ✅ Users can now sign in with their Google account ✅ Backend verifies Firebase tokens and manages users in MongoDB ✅ Classic auth (email/password) still works as before Both authentication methods work seamlessly together. Ready for review! 🚀 PS: It's currently set up with my local Firebase project, so if you want to test locally, you'll need to add your own Firebase credentials to the .env files.