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 CompTIA Security+ AWS Certified Developer - Associate
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
30-Day Money-Back Guarantee

This course includes:

  • 9 hours on-demand video
  • 9 articles
  • 3 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Mobile Development Firebase

Realtime apps with Swift & Firebase acquire impressive skill

Build a chat app that works in real time using Firebase and Swift, be the best developer impress your boss and friends
Rating: 3.6 out of 53.6 (140 ratings)
860 students
Created by Icaro Lavrador
Last updated 9/2016
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Explore the Firebase administrative dashboard and dive into the development of a real-time link sharing app
  • Develop iOS apps with realtime data transfer
  • Add user accounts to your Firebase app and grant access to them with ease
  • Grasp the different ways to structure your Firebase data to be scalable and performant

Course content

20 sections • 72 lectures • 17h 13m total length

  • Preview07:05
  • Preview02:26

  • What is Cocoapods and how do I install it
    08:33
  • If you are having security problems installing CocoaPods
    00:33

  • How to create a Firebase acccount
    01:20
  • Firebase dashboard
    03:13

  • How to create a Firebase application
    03:53
  • Setup a Swift project using Firebase Pod
    12:06
  • Setup a Swift project using Firebase Framework
    05:03

  • Creating a reference to Firebase and reading your first value
    10:29
  • Writing a simple value to Firebase
    04:06

  • Displaying the value in Firebase in a Label in realtime
    08:53
  • Sending the value from a Text Field to Firebase
    07:16
  • Creating more sophisticated nodes (Json) in Firebird
    05:19
  • Creating a node users with string for the name and a boolean "isOnline" in Swift
    05:55
  • Just send user when button is pressed
    03:46
  • Set the text and the background color according to the user details in real time
    05:35
  • Set the background color according to the user state in realtime
    08:01
  • Design a simple but resizable (autolayout bonus material) Login/Sign Up screen
    09:17

  • Connection textfields and buttons
    05:10
  • Creating and authenticating a new user in Firebase
    16:34
  • Presenting login and sign up the errors to the user
    07:16
  • Segue to table view controller after authenticate user with Firebase
    04:48

  • Understanding Firebase flattened architecture (NoSQL)
    05:54
  • Creating a flattened structure to our data
    07:43
  • Creating a UITextField inside an alertdialog to request the username
    18:28
  • Adding new User Node
    15:07
  • Keep the user logged in and logout functionality
    16:29

  • Create the modal ViewController to enter the message
    11:15
  • Populating MessageViewController
    13:07
  • Sending the message to Firebase
    06:59
  • Receive new messages in real-time from Firebase
    12:32
  • Displaying new messages in the tableView
    20:47

  • What do you think could make this app better?
    00:11

Requirements

  • A Mac running Yosemite or latest version of Mac Os
  • Xcode 6 or latest
  • Basic knowledge of iOS

Description


  • *** The next bonus section... is up to you!!! Enrol now and help us decide ***
  • *** added BONUS section selected by the students "Security & Rules on Firebase" ****
  • *** added BONUS section "Displaying online and offline users with different Avatars" ****
  • *** added BONUS section "How to add and use JSQMessageVIewController pod, make your app look like the iMessage iPhone app" ****


Why do our courses have fewer students than most courses on Udemy - because we do NOT try to mislead our new students.

  • 100% real and paid students - We do not believe in the practice used by many instructor on Udemy that offer their courses on blackheads sites to inflate their numbers, our students are real, they participate on the course, help each other other .
  • 100% real reviews - We have never bought any review from other sites like fiverr or similar, which is another very common technique among instructors on Udemy.

What to look for when buying a course on Udemy:

  • Look for the questions on the course during the free preview, the time it took for it to receive an answer, the quality of the answer, how happy the student was with the answer.
  • Look for the instructor profile on LinkedIn, and other places.

Take a tour in the course. Get to know your future instructor before making a decision. After all, it's your future on the line!

I am sure you will make the right choice so I will see you inside!

As applications get more and more complex, clients demand faster interaction. They want to receive a post, a notice, an event as soon as it happens. They want to know if a friend is online or offline in a chat application as soon as the other party changes their status. They want to know these things as soon as they happen, in other words, in Real-Time.

Implementing real time systems can be very costly, complicated, and time consuming. This is where Firebase comes into play to save the day.

Firebase starts with a FREE tier that can be used even in your commercial applications. It also comes with a very simple to use API that can be use for iOS (including Swift), Android, and JavaScript so you don't have to worry about compatibility. It also comes with a very easy to use dashboard web interface.

You will learn:

  • proper and elegant error handling in Swift
  • proper and elegant code refactoring in Swift
  • proper and elegant use of enum in Swift
  • proper and elegant use of inheritance in Swift
  • how to import the JSQMessageViewController and use it to send and receive messages
  • how to make or app look like just like the iMessage from iPhone, including sound
  • Firebase Security and Rules

The qualifications I have that I believe will help me teach you?

  • I have received my first certification in programming in 1987 when I was only 10 years old in an apple II
  • I have been a professional developer for over 20 years
  • I am an active member on StackOverflow, and I am always helping members on the site. Helping people is the passion that brought me to create this course.
  • I currently rank as top 10% for Swift Help in StackOverflow
  • I currently rank as top 20 % for iOS Help in StackOverflow
  • I am dedicating a lot of time to this course so you can be sure you will have plenty of support in your journey.

What will you get from this course?

  • How to Authenticate to Firebase using email and password
  • How to read and write data in real time to and from Firebase
  • Develop iOS apps with real time data transfer
  • Learn the complex concepts of Swift necessary to build a real app
  • How to integrate Firebase in your Swift iOS App
  • Over 31 lectures and 4 hours of content!
  • Explore the Firebase administrative dashboard and dive into the development of a real-time link sharing app
  • Develop iOS apps with real-time data transfer
  • Add user accounts to your Firebase app and grant access to them with ease
  • Grasp the different ways to structure your Firebase data to be scalable and maintain performance

Who is the target audience?

  • This video course is for anyone with basic iOS experience who wishes to learn how to add real-time functionality to their apps with Firebase

What are the requirements?

  • A Mac running Yosemite or latest version of Mac Os
  • Xcode 6 or latest
  • Basic knowledge of iOS

Who this course is for:

  • This video course is for anyone with basic iOS experience who wishes to learn how to add real-time functionality to their apps with Firebase

Instructor

Icaro Lavrador
React, JavaScript, Node, Swift Expert | 25+ years Experience
Icaro Lavrador
  • 4.2 Instructor Rating
  • 567 Reviews
  • 12,954 Students
  • 17 Courses

I am an "eternal student", I started programming when I was just 10 years old and to this day I still learning new things every day.

Because of my passion in learning new things I developed a passion to teach as well, I start helping people at Stack Overflow where I am ranked as the top 5% Developer Help for Swift and top 10% Developer Help for iOS.

You will not see my name in many apps as I am the go-to guy to fix problems, I offer my work mainly as a contractor solving problem that the other professional cannot solve.

I start to develop software and give consultancy when I was 15 years old and never stop, today I want to help people. I read other people codes every day, code produced by the professionals in the field and I can honestly say they are mostly JUNK, and I want you to be different.

One of my clients tries to use an Udemy iOS course to argue about some strategies he took in his code. After seeing so many WRONG explanations, so many BAD advice I decided to create my own courses. I watch over 15 top-rated courses at Udemy and took no time for me to before I decide to take action

My courses are created to make YOU the best in the field, I can guarantee that if you take my courses you will drop jaws and knocked socks off in interviews, companies are desperately looking for good developers and they will pay you over $100k/year for you to work for them.

But you have will have just one shot to impress, so make it the right one, learn right, learn it once, make money forever and be proud of your codebase.

  • 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.