Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfianlosari/swiftuirealtimeshoppingcart
SwiftUI Collaborative Shopping Cart with Firestore Database
https://github.com/alfianlosari/swiftuirealtimeshoppingcart
firestore firestore-database swift swiftui swiftui-example
Last synced: 2 months ago
JSON representation
SwiftUI Collaborative Shopping Cart with Firestore Database
- Host: GitHub
- URL: https://github.com/alfianlosari/swiftuirealtimeshoppingcart
- Owner: alfianlosari
- Created: 2019-08-15T18:34:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T18:35:03.000Z (over 5 years ago)
- Last Synced: 2023-08-15T15:58:56.024Z (over 1 year ago)
- Topics: firestore, firestore-database, swift, swiftui, swiftui-example
- Language: Swift
- Size: 1.39 MB
- Stars: 38
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftUI Collaborative Shopping Cart
![Alt text](./promo.png?raw=true "SwiftUI Shopping Cart")
SwiftUI Collaborative Shopping Cart with Firestore Database
## Preequisites
- Xcode 11 Beta 5 or latest
- macOS 10.14.6 or latest## Getting Started
- 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