Book Image

Advanced Firebase: Building an Uber Clone [Video]

By : Devslopes by Mark Price
Book Image

Advanced Firebase: Building an Uber Clone [Video]

By: Devslopes by Mark Price

Overview of this book

<p>Welcome to advanced iOS &amp; Firebase development. In this course you'll learn advanced development skills by building a polished, full stack and fully functional Uber clone app.</p> <p>We start from the ground up and teach you everything you need to know from UI design and frontend and backend development. By the end of this course you’ll know to start building more advanced apps with Firebase.</p> <h1>Style and Approach</h1> <p>This course teaches you advanced development skills by building a polished full stack and fully functional Uber clone app. This starts from the ground up and teaches everything required to know from UI design and frontend and backend development.</p>
Table of Contents (7 chapters)
Chapter 5
Advanced iOS & Firebase: Configuring Ride Experience
Content Locked
Section 7
iOS App: Fixing and Removing Duplicate Overlays on MKMapView
In this video, you will fix an issue where the searchMapKitForRouteWithPolyline(_:) function is called twice – once before the route is removed to show a new pickup route, and once after it is removed – thus showing a leftover route when it should be removed. We will add a conditional check using advanced iOS so that only a single route can be added at a time.