SwiftUI Shopping Cart with Firestore Database
- Xcode 11 Beta 5 or latest
- macOS 10.14.6 or latest
- Clone
- Register and create new project at https://console.firebase.google.com
- Create a new iOS App
- Download GoogleService-Info.plist and put into project folder
- Create Firestore database in console, set read and write permission to true for testing
- Create Firebase RTDB in console, set read and write permission to true for testing
- Build and Run