Build a Real-Time Inventory Tracking SwiftUI App with Firestore
Published at May 29, 2022
In this video, we are going to build a real-time inventory tracking SwiftUI app that support cloud on and offline syncing accross devices and platforms using Firestore DB.
Here is the list of topics that we will be learning:
- Setup Firebase local emulator suite for Firestore
- Understanding how to structure data with Firestore NoSQL schema
- Query and monitor data changes using @FirestoreQuery property wrapper
- Update document
- Add document
- Delete document
- Using Query Predicate to order the list