This is a iOS app for an electronic shop. Products and user's data are stored in a database on Firebase. The application allows you to log in, browse the store's offer, observe products and purchase selected products. The application allows you to log in as a guest. In this case an anonymous authorization method is used, but the guest account doesn't allow to use all functionalities of the application. The app is developed with SwiftUI using MVVM pattern.