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
- Host: GitHub
- URL: https://github.com/alexkolch/pizzashop
- Owner: AlexKolch
- Created: 2023-10-13T16:24:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:20:32.000Z (about 1 year ago)
- Last Synced: 2025-01-08T21:54:22.708Z (5 months ago)
- Topics: firebase, firebase-auth, firebase-database, firestore, mvvm, swift5, swiftui
- Language: Swift
- Homepage:
- Size: 8.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PizzaShop
Pizza ordering serviceCompleted 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---





