Firestore Introduction
  • Intro to Firestore
  • Project Setup
  • What is Firestore
  • AddThoughtVC UI Setup
  • Making your first database entry!
  • MainVC UI Setup
  • Fetching data from Firestore
  • Sorting and Filtering
  • Updating individual documents
Firestore Authentication
  • Intro to Firestore Authentication
  • Login Flow UI Setup
  • Create User
  • Login User
  • CommentsVC UI Set up
  • CommentClass and TableView
  • Firestore Transactions
  • Displaying comments
  • Security Rules
Firestore Security Rules
  • Intro to Firestore Security
  • Project Setup
  • Implementing Protocols
  • Deleting a comment
  • Updating comments
  • Comments Advanced Security Rules
  • Deleting a thought
  • Thought security rules
  • Where to go from here?