Everything a shop needs, with no server to rent or maintain. Firestore holds the catalogue, the carts and the orders; Firebase Auth handles accounts; storage holds the images. Sign in on a second device and the cart is already there.
Built in Java with Android Studio, structured so the Firebase calls are behind a repository layer rather than scattered through the activities, which is what makes it worth reading rather than only running.