Open Issues Need Help
View All on GitHubAI Summary: Implement JWT (JSON Web Token) authentication for the BikeGarage application. The JWT should include user details (userid, role, token expiry) and be assigned to the user upon successful login using the existing Firebase authentication. This requires modifying the backend (Spring Boot) to generate and handle JWTs, and updating the Android app to receive and use the token for subsequent requests.
BikeGarage is a mobile-based solution built for bike service center owners to streamline their day-to-day operations, including service tracking, customer management, and billing. Built with Firebase and Spring Boot, it ensures secure, scalable, and real-time access to critical business data, with multilingual and INR support.