Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-11-19 17:35:29
30-Day Money-Back Guarantee

This course includes:

  • 6 hours on-demand video
  • 8 articles
  • 35 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Mobile Development Firebase

The Complete Hands-On SwiftUI Apps Using Firebase

Covers Firestore database, Authentication, Firebase Storage and much much more...
Hot & New
Rating: 4.7 out of 54.7 (36 ratings)
312 students
Created by Mohammad Azam
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Firebase with SwiftUI Apps
  • Storing data in Firestore database
  • Storing nested collections in Firestore database
  • Uploading images to Firebase storage from SwiftUI Apps
  • Performing authentication using Firebase custom authentication API

Course content

14 sections • 70 lectures • 6h 13m total length

  • Preview02:22
  • Preview01:30
  • Exercise Files
    00:45

  • What is Firebase?
    04:10
  • Firestore vs Real Time Database
    04:21
  • Preview04:01
  • Resource: Structuring Data
    00:01

  • Agenda: TodoList App
    01:47
  • Preview03:12
  • Preview06:03
  • Fixing Firebase Issues with Xcode 12
    04:05
  • Resources: Fixing Firebase Issues with Xcode 12
    00:02
  • Finishing Firebase Setup
    04:22
  • Installing Firestore CocoaPods and Instantiating Firebase
    05:49
  • Resources: Documentation for Firestore Database
    00:07

  • Preview11:18
  • Fetching All Tasks
    07:32
  • Deleting a Task
    08:10
  • Updating Task
    10:36

  • What are Design Patterns?
    01:12
  • What is MVVM?
    02:41
  • Why MVVM?
    02:32
  • MVVM Architecture and Web APIs
    01:42
  • Difference Between View Model and Model
    00:07

  • What we will be building?
    01:30
  • Understanding the Starter Project
    03:00
  • Implementing Store Model and Firestore save
    06:06
  • Implementing AddStoreViewModel
    05:36
  • Adding Store Using SwiftUI View
    11:17
  • Implementing FirestoreManager getAllStores
    04:25
  • Implementing StoreListViewModel and StoreViewModel
    07:30
  • Displaying All the Stores
    06:05

  • Implementing FirestoreManager Update to Add Grocery Items
    09:38
  • Implementing StoreItemListViewModel
    07:02
  • Adding Grocery Items to a Store
    10:13
  • Displaying Grocery Items on the View
    04:40
  • REFACTORING - Displaying Grocery Items on the View
    08:24

  • Implementing StoreItem, StoreItemViewModel and StoreViewState
    07:46
  • Updating Existing Store to Add Store Items
    12:05
  • Displaying Store Items on the SwiftUI View
    09:11
  • Deleting a Store Item
    10:41
  • BUG FIX - Clearing Grocery Item TextFields
    04:30

  • What we will be building?
    03:15
  • Understanding the Starter Project
    06:40
  • Resources
    00:01
  • Setting Up Firebase and Downloading Frameworks
    03:56
  • Setting Authentication on Firebase Console
    02:04
  • Registering a User
    06:19
  • Authenticating a User
    05:22

  • Setting Up Firebase Storage
    04:13
  • Implementing Upload Photo to Firebase Storage
    05:40
  • Uploading Selected Photo to Firebase Storage
    09:42
  • Saving Fungi to Firestore Database
    11:11

Requirements

  • Knowledge of Swift Language
  • Knowledge of SwiftUI
  • macOS Catalina or above
  • Xcode 12 or above
  • iOS 14 or above
  • Passion for learning

Description

Firebase is the most popular backend in the mobile community and it is used in thousands of iOS apps. In this course, you will learn how to integrate Firebase in SwiftUI application. You will build several SwiftUI apps which will use Firebase Authentication, Firestore, Storage and Real Time Updates. This is a fun course with real life hand-on coding projects. Let’s check out the contents of the course.


Requirements

  1. Knowledge of Swift Language

  2. Knowledge of SwiftUI Framework

  3. Xcode 12 and iOS 14

  4. Google account to access Firebase console

  5. No paid software is required. All apps are created using Xcode.


Understanding Firebase:

In this section, you will learn about the Firebase platform. You will also learn about the Firestore database and how it is different from Real Time Database. Finally, you will learn different ways to structure data in the Firestore database.


TODO List

In this section, you will learn about how to implement a simple TODO List app using Firestore and SwiftUI. This section will demonstrate how to perform CRUD operations with Firestore and quickly get your SwiftUI app integrated with Firestore database.


Understanding MVVM Design Pattern

In this section, you will learn how to implement MVVM Design Pattern in a SwiftUI application. MVVM Pattern is the preferred pattern when building SwiftUI apps.


Grocery App

In this section, you will learn how to implement a complete Grocery App using SwiftUI and Firestore. This app will allow users to persist hierarchical information for each document. Later you will update the app to replace the nested data with nested collections.


Fungi Finger

In this section, you will learn how to integrate your SwiftUI app with Firebase authentication, Firestore and even Firebase Storage. The user will pick a photo from the photo library or take a picture. Once the picture has been selected, it will be uploaded to Firebase storage and then the URL will be persisted to the Firestore database under the user identification.


Let’s Chat

In this section, you will learn how to create a Chat App called Let’s Chat. This app will showcase Firestore Real Time Update feature and also use SwiftUI iOS 14 ScrollViewReader API to automatically scroll when new messages arrive.


Don’t take my word for it, check out reviews from my other courses.


It is amazing, not only is it clear but it clarifies all my unanswered questions. It's hard to find someone who has a well detailed swift DS & Algo class. This is a gem. Thank you Mohammad Azam


This course provides a bundle of resources on Swift UI. Great explanation, building different apps and addition of latest updates makes it a five star course. Thanks Mohammad for your valuable work on providing this course.


Mohammad's courses are usually outstanding, but he has put in a great amount of detail into this course. He provides great detail in his explanations. If you have never parsed JSON and are looking to learn about MVVM design I would highly recommend this course.


Very elegant course. Well scaffolded. Each section is very focused on a single task. One pet peeve I have of Udemy courses is when an instructor teaches a new skill but nest it inside a project that does 10 other things. This is the second course I've had with this instructor and both are excellent. Highly recommended.


After completing this course, you will be ready to build your next SwiftUI application with Firebase platform.


Let's get started!

Who this course is for:

  • Developers who wants to learn backend development using Firebase platform
  • Developers who want to take their skills to the next level
  • Developers who want to learn how to integrate Firebase with SwiftUI apps
  • Developers who wants to become full stack mobile developers

Featured review

Stewart Lynch
Stewart Lynch
59 courses
16 reviews
Rating: 5.0 out of 5a month ago
This course will give you all you need to get going with Firebase Firestore and Storage using SwiftUI the right way. The advantage of this course over others is that Mohammad always uses best practice with respect to clean code. For me, this is the most important part. I have an app that uses Firestore and Storage already, but I am using this series to clean up my code and learn from a master.

Instructor

Mohammad Azam
Apple Featured iOS Developer and iOS Instructor
Mohammad Azam
  • 4.5 Instructor Rating
  • 6,733 Reviews
  • 52,142 Students
  • 28 Courses

My name is Mohammad Azam and I have been programming in iOS for the last 10+ years. Currently, I am teaching Full Stack Development at DigitalCrafts. Before joining DigitalCrafts I worked as a lead mobile developer for many large companies including Schlumberger, Baker Hughes, AIG and Valic. Currently, I am a senior developer at Blinds Dot Com, a Home Depot company. Before iPhone development I was leading projects in Microsoft ASP technology. I was also awarded the Microsoft MVP award five years in a row due to my contributions in the community.

I have also published several of my personal apps to the App Store including Vegetable Tree which was featured by Apple as the most beautiful gardening app on the App Store. I am a frequent speaker at local and national conferences and have authored many articles for many different development magazines.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.