Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0saan/flash-chat
Flash Chat is an internet based messaging app similar to WhatsApp
https://github.com/m0saan/flash-chat
cloud firebase firebase-firestore loops navigation swift swift5
Last synced: 21 days ago
JSON representation
Flash Chat is an internet based messaging app similar to WhatsApp
- Host: GitHub
- URL: https://github.com/m0saan/flash-chat
- Owner: m0saan
- Created: 2020-11-17T23:07:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-19T13:34:59.000Z (about 4 years ago)
- Last Synced: 2024-11-16T05:27:30.501Z (3 months ago)
- Topics: cloud, firebase, firebase-firestore, loops, navigation, swift, swift5
- Language: Swift
- Homepage:
- Size: 8.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash-Chat
## Our 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 projext we’ll be getting to grips with Table Views, creating custom cells, and making our own cloud-based backend database.
## What you will create
Flash Chat is an internet based messaging app similar to WhatsApp, the popular messaging app that was bought by Facebook for $22 billion. We will be using a service called Firebase Firestore as a backend database to store and retrieve our messages from the cloud.
## What you will learn
* 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.