Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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