An open API service indexing awesome lists of open source software.

https://github.com/alexkolch/pizzashop

SwiftUI with Firebase
https://github.com/alexkolch/pizzashop

firebase firebase-auth firebase-database firestore mvvm swift5 swiftui

Last synced: 3 months ago
JSON representation

SwiftUI with Firebase

Awesome Lists containing this project

README

        

# PizzaShop
Pizza ordering service

Completed tasks:
1. Implemented login/auth via Firebase
2. Implemented data validation
3. Implemented admin login
4. UI made using SwiftUI
5. Create and submit an order in Firebase
6. Receiving an order from FirebaseFirestore
7. Creating a new product by the admin and saving the product image in FirebaseStorage

---
Used in a project:
* SwiftUI
* MVVM
* FirebaseAuth, FirebaseFirestore, FirebaseStorage
* UIViewControllerRepresentable

---
![Image alt](https://github.com/AlexKolch/PizzaShop/blob/main/Screen/2.png)
![Image alt](https://github.com/AlexKolch/PizzaShop/blob/main/Screen/3.png)
![Image alt](https://github.com/AlexKolch/PizzaShop/blob/main/Screen/4.png)
![Image alt](https://github.com/AlexKolch/PizzaShop/blob/main/Screen/6.png)
![Image alt](https://github.com/AlexKolch/PizzaShop/blob/main/Screen/5.png)
![Image alt](https://github.com/AlexKolch/PizzaShop/blob/main/Screen/7.png)