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.

1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub
add jwt token on login about 1 month ago

AI 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.

Complexity: 4/5
good first issue backend

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.

Java