• Implemented Firebase Authentication for user sign-up, login, and logout, with profile information displayed in the app.
• Stored and managed user and car data in Firestore, including car details, prices, and descriptions.
• Enabled image upload and retrieval for cars using Firebase Storage, displaying them dynamically in the app.
• Built a car showcase with list/grid views and a shopping cart feature, allowing users to add/remove items.
• Ensured real-time synchronization, so any updates in cars or cart instantly reflect in the UI using Firestore listeners.