{"id":13693474,"url":"https://github.com/appbrewery/Flash-Chat-iOS13","last_synced_at":"2025-05-02T21:32:04.556Z","repository":{"id":37613781,"uuid":"216786535","full_name":"appbrewery/Flash-Chat-iOS13","owner":"appbrewery","description":"Starter code for the Flash Chat project in the Complete iOS Development Bootcamp","archived":false,"fork":false,"pushed_at":"2024-04-29T23:37:17.000Z","size":327,"stargazers_count":63,"open_issues_count":9,"forks_count":396,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-12T19:41:33.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.appbrewery.co","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appbrewery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-22T10:28:54.000Z","updated_at":"2024-10-16T03:51:56.000Z","dependencies_parsed_at":"2024-11-12T19:41:32.375Z","dependency_job_id":null,"html_url":"https://github.com/appbrewery/Flash-Chat-iOS13","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbrewery%2FFlash-Chat-iOS13","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbrewery%2FFlash-Chat-iOS13/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbrewery%2FFlash-Chat-iOS13/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appbrewery%2FFlash-Chat-iOS13/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appbrewery","download_url":"https://codeload.github.com/appbrewery/Flash-Chat-iOS13/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252108977,"owners_count":21696168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T17:01:10.835Z","updated_at":"2025-05-02T21:32:04.002Z","avatar_url":"https://github.com/appbrewery.png","language":"Swift","readme":"![App Brewery Banner](Documentation/AppBreweryBanner.png)\n\n# Flash-Chat\n\n## Our Goal\n\nOne 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 we’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.\n\n## What you will create\n\nFlash 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. \n\n## What you will learn\n\n* How to integrate third party libraries in your app using Cocoapods and Swift Package Manager.\n* How to store data in the cloud using Firebase Firestore.\n* How to query and sort the Firebase database.\n* How to use Firebase for user authentication, registration and login.\n* How to work with UITableViews and how to set their data sources and delegates.\n* How to create custom views using .xib files to modify native design components.\n* How to embed View Controllers in a Navigation Controller and understand the navigation stack.\n* How to create a constants file and use static properties to store Strings and other constants.\n* Learn about Swift loops and create animations using loops.\n* Learn about the App Lifecycle and how to use viewWillAppear or viewWillDisappear.\n* How to create direct Segues for navigation.\n\n\n# Constants\n```\nstruct K {\n    static let cellIdentifier = \"ReusableCell\"\n    static let cellNibName = \"MessageCell\"\n    static let registerSegue = \"RegisterToChat\"\n    static let loginSegue = \"LoginToChat\"\n    \n    struct BrandColors {\n        static let purple = \"BrandPurple\"\n        static let lightPurple = \"BrandLightPurple\"\n        static let blue = \"BrandBlue\"\n        static let lighBlue = \"BrandLightBlue\"\n    }\n    \n    struct FStore {\n        static let collectionName = \"messages\"\n        static let senderField = \"sender\"\n        static let bodyField = \"body\"\n        static let dateField = \"date\"\n    }\n}\n\n```\n\n\u003eThis is a companion project to The App Brewery's Complete App Developement Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)\n\n![End Banner](Documentation/readme-end-banner.png)\n","funding_links":[],"categories":["Communication"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappbrewery%2FFlash-Chat-iOS13","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappbrewery%2FFlash-Chat-iOS13","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappbrewery%2FFlash-Chat-iOS13/lists"}