Instagram Firestore App Clone | Swift 5 + iOS 14 | MVVM
Instagram Firestore App Clone | Swift 5 + iOS 14 | MVVM, available at $64.99, has an average rating of 4.65, with 72 lectures, based on 520 reviews, and has 3232 subscribers.
You will learn about Build an Instagram clone with iOS 14, Swift 5 & Firestore without the use of storyboards Modified MVVM Architecture Build a social network (Posts, Notifications, Following, Likes etc.) Engineer a backend using Cloud Firestore Advanced auto-layout and programmatic UI skills with Swift Register and authenticate users using Firebase Advanced UI/UX development to build a clean and visually appearing user interface Advanced Object Oriented Programming skills This course is ideal for individuals who are Anyone who wants to learn how to build the famous Instagram iOS App! It is particularly useful for Anyone who wants to learn how to build the famous Instagram iOS App!.
Enroll now: Instagram Firestore App Clone | Swift 5 + iOS 14 | MVVM
Summary
Title: Instagram Firestore App Clone | Swift 5 + iOS 14 | MVVM
Price: $64.99
Average Rating: 4.65
Number of Lectures: 72
Number of Published Lectures: 72
Number of Curriculum Items: 72
Number of Published Curriculum Objects: 72
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Build an Instagram clone with iOS 14, Swift 5 & Firestore without the use of storyboards
- Modified MVVM Architecture
- Build a social network (Posts, Notifications, Following, Likes etc.)
- Engineer a backend using Cloud Firestore
- Advanced auto-layout and programmatic UI skills with Swift
- Register and authenticate users using Firebase
- Advanced UI/UX development to build a clean and visually appearing user interface
- Advanced Object Oriented Programming skills
Who Should Attend
- Anyone who wants to learn how to build the famous Instagram iOS App!
Target Audiences
- Anyone who wants to learn how to build the famous Instagram iOS App!
What are we building?
In this course, you will learn how to build a complete version of Instagram ready to be published on the App Store. We will be building all the core components of a social network. This includes following users, making posts, liking/commenting on posts, in-app notifications, creating a user profile, and registering users. Throughout the process, you will develop high level programming, app design and app development skills. We will be building this without the use of storyboards, fully programmatically.
Prior Experience?
Some programming and basic Xcode experience is preferred. The course will move a little fast if you’re a complete beginner, but you will pick things up along the way.
Why take this course?
Learning advanced development skills should be taught using real world examples. This course will teach you how to build a fully functional social network, from complete scratch. You will be learning advanced front and backend development skills, from a real life professional developer. You will learn how to code like a pro, and everything will be explained in detail along the way. This will teach you to build production ready applications, that are easily scalable and maintainable. This also makes for a great project to add to your portfolio, which you can use to show off to potential employers if you’re trying to become a pro.
What will you learn?
-
Comprehensive knowledge and understanding of Swift 5 & Xcode 11
-
Implement Model View ViewModel (MVVM) architecture
-
How to engineer a backend server using Cloud Firestore
-
How to authenticate and register users with Firebase
-
How to communicate with a database (read/write)
-
How to monitor events in a database
-
How to upload images to Firebase Storage
-
How to structure data for optimum performance in Cloud Firestore
-
How to build a fully functioning social network (likes, comments, follow, posts, notifications)
-
How to programmatically construct views and controllers
-
How to parse incoming JSON data from database
-
How to use CocoaTouch classes, UIKit, UserNotifications and more
-
How to use CocoaPods and custom third party APIs
-
How to implement/use protocols
-
How to implement custom subclasses for clean and reusable code
-
How to dynamically size collection view cells
-
How to create extensions and functions for clean and reusable code
-
Advanced level programming and app development skills
-
Advanced level User Interface Design
-
Advanced level back end engineering
What features are included?
-
Create users
-
Create a user profile
-
Authenticate users with Firebase
-
Search for users
-
Upload posts
-
Home feed with posts from followers
-
Like posts
-
Comment on posts
-
In app notifications for following, post likes and post comments
-
Follow/Unfollow users from profile
-
Follow/Unfollow user from notifications screen
-
Go to post or profile from notifications screen
-
Display timestamp on posts and notifications
-
Logging in and logging out
Course Curriculum
Chapter 1: Project Setup & Getting Started With Main UI
Lecture 1: Configure Project
Lecture 2: Setup Tabbed User Interface
Lecture 3: Finish Tab Bar Setup
Chapter 2: Creating Feed User Interface Programatically
Lecture 1: Setting Up CollectionView Programmatically
Lecture 2: Feed Cell UI & Intro To Programmatic Constraints
Lecture 3: Finishing Up Feed Cell UI
Chapter 3: User Authentication UI & ViewModels
Lecture 1: Login Page UI
Lecture 2: Creating Custom Subclasses for Reusability
Lecture 3: Registration Page UI
Lecture 4: Authentication View Model & Form Validation
Lecture 5: Finishing Form Validation
Lecture 6: Selecting Profile Photo
Chapter 4: Setting Up Firebase & User Authentication
Lecture 1: Setting Up Firebase & CocoaPod Bug Fix
Lecture 2: Image Uploader & Authentication Service
Lecture 3: Register User In Firebase
Lecture 4: Root View Controller With Authentication
Chapter 5: User Profile UI
Lecture 1: Setting Up Profile Collection View
Lecture 2: Finishing Up Profile UI
Chapter 6: Fetching & Displaying User Data From Firestore
Lecture 1: Get User Data From Firestore & Create Data Model
Lecture 2: Profile Header View Model
Lecture 3: Update User After Authentication
Lecture 4: Search Controller UI
Lecture 5: Fetching & Displaying Users
Lecture 6: Searching For Users
Chapter 7: Following/Unfollowing Users
Lecture 1: Following Users
Lecture 2: Unfollowing User & Updating UI
Lecture 3: Check If User Is Followed
Lecture 4: User Stats
Chapter 8: Uploading Posts & Displaying In Feed
Lecture 1: Image Selector
Lecture 2: Upload Post UI
Lecture 3: Custom Input Text View
Lecture 4: Upload Post To Firebase Storage
Lecture 5: Loading Indicator For Post Upload
Lecture 6: Fetching Posts From API & Post Data Model
Lecture 7: Post View Model
Lecture 8: Post User Data
Lecture 9: Adding Pull Down Refresher To Feed
Lecture 10: Sorting Posts by Timestamp & Updating Feed After Post
Lecture 11: User Profile Posts
Chapter 9: Post Comments
Lecture 1: Getting Started With Comment UI
Lecture 2: Comment UI Continued
Lecture 3: Finish Up Comment UI & Setup Delegate Method
Lecture 4: Upload Comment To Firestore
Lecture 5: Fetch Comments From API
Lecture 6: Comment View Model & Dynamic Cell Height
Lecture 7: Go To User Profile From Comment Tap
Chapter 10: Post Likes
Lecture 1: Liking A Post
Lecture 2: Upload Like Info To Firestore
Lecture 3: Unliking A Post
Lecture 4: Check If User Liked Post
Lecture 5: Likes Recap
Chapter 11: Notifications
Lecture 1: Quick Bug Fix Before Starting
Lecture 2: Notification Controller UI
Lecture 3: Notification Data Model & Backend Structure
Lecture 4: Notification Service
Lecture 5: Notification ID Bug Fix
Lecture 6: Fetching Notifications
Lecture 7: Notification View Model & Bug Fixes
Lecture 8: View Model Bug Fixes
Lecture 9: Notification Types
Lecture 10: Notification Tap Handlers & Follow Button Configuration
Lecture 11: Finishing Notification Tap Handlers
Lecture 12: Finishing Touches
Chapter 12: User Feed With Posts From Followed Users
Lecture 1: User Feed Theory Explained
Lecture 2: Update User Feed After Follow
Lecture 3: Update User Feed After Unfollow And Post
Chapter 13: Bug Fixes & Finishing Touches
Lecture 1: Reset Password Controller UI
Lecture 2: Reset Password With Firebase & Show Success Message To User
Lecture 3: Fixing Like Bug When Viewing Single Post
Lecture 4: Like Count Bug Fix & Timestamp Label Configuration
Lecture 5: Sorting Notifications & Posts by Timestamp
Lecture 6: Search Feed With Posts
Instructors
-
Stephan Dowless
Professional iOS Developer
Rating Distribution
- 1 stars: 11 votes
- 2 stars: 9 votes
- 3 stars: 40 votes
- 4 stars: 129 votes
- 5 stars: 331 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024