A SwiftUI app to store your book data in a Firebase database.
- TabView
- EnvironmentObjects
- .onAppear
- Picker
- Binding
- State Variables
- Observable Object
- Published Properties
- Querying Database
- Firestore Database
- Return to homeScreen when book added/deleted
- Adjust UI layout for long book titles or authors
This app involves using a Firebase database.
- Clone project
- Ensure Firestore dependencies are installed
- Create a new Firestore project and download GoogleServices-Info.plist
- Add plist to project
This was developed using in CodeWithChris's iOS Databases course. Check out the full course at https://codewithchris.com/