Skip to content

EvgeshkO35/Flash-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash-Chat

Firebase Cloud Firestore, TableViews and Cocoapod Dependencies

My Goal

One of the most fundamental component of modern iOS apps is the Table View. Table Views are used everywhere from the Mail app to the Messages app. It’s a crucial part of every iOS developer’s tool belt. In this tutorial IA’ll be getting to grips with Table Views, creating custom cells, and making our own cloud-based backend database. It’s going to be epic, so buckle up.

What I created

Flash Chat is an internet based messaging app similar to WhatsApp, the popular messaging app that was bought by Facebook for $22 billion. I used a service called Firebase Firestore as a backend database to store and retrieve my messages from the cloud.

What I learned from this module

  • How to integrate third party libraries in your app using Cocoapods and Swift Package Manager.
  • How to store data in the cloud using Firebase Firestore.
  • How to query and sort the Firebase database.
  • How to use Firebase for user authentication, registration and login.
  • How to work with UITableViews and how to set their data sources and delegates.
  • How to create custom views using .xib files to modify native design components.
  • How to embed View Controllers in a Navigation Controller and understand the navigation stack.
  • How to create a constants file and use static properties to store Strings and other constants.
  • Learn about Swift loops and create animations using loops.
  • Learn about the App Lifecycle and how to use viewWillAppear or viewWillDisappear.
  • How to create direct Segues for navigation.

Screenshots from app

Welcome screen with typing animation label

Screen Shot 2022-02-05 at 5 53 14 PM

Register new user process

Screen Shot 2022-02-05 at 5 59 01 PM

LogIn as existing user

Screen Shot 2022-02-05 at 6 01 11 PM

Chat Screen with LogOut button

Screen Shot 2022-02-05 at 6 05 29 PM

This is a companion project to The App Brewery's Complete App Developement Bootcamp, check out the full course at www.appbrewery.co

About

Firebase Cloud Firestore, TableViews and Cocoapod Dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published