Creating a Backend for iOS — Firebase

Creating a Backend for iOS — Firebase

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 21m | 613 MB

Learn how to create a backend for your iOS apps using Firebase

Most iPhone apps connect to some sort of backend, whether it is a video game that has game servers, a social network that keeps users connected, or an inventory system for a business. In this course, you will learn how to create a backend system for your iOS apps using Firebase.

We’ll begin first by learning about CocoaPods. CocoaPods allow us to bring other people’s code into our project. We will need this in order to get Firebase code into our project. Then we will start the course project: creating a simple version of SnapChat. Doing this will allow us to learn the ins and outs of Firebase.

After installing Firebase, you’ll move on to learn how to build our social network one step at a time. First, you’ll master user account creation and user authentication. Then you’ll create snaps to send to other users. Throughout all this, you’ll learn about Firebase’s database, storage, and authentication system.

This step-by-step video guide will get you started with iOS application development by providing a solid foundation in core iOS concepts, techniques, and the Swift programming language. Every section contains practical examples so you’ll understand how iOS development works, the latest features of iOS 11, and when and where to apply core iOS techniques.

What You Will Learn

  • How to install CocoaPods
  • How to get the correct version of Pods into your project
  • Setting up a Firebase account and project
  • Creating a Sign-Up/Login
  • Working with the Firebase database
  • Storing images with Firebase Storage
  • Creating a SnapChat clone
  • Downloading images
Table of Contents

CocoaPods
1 The Course Overview
2 Installing CocoaPods
3 Adding CocoaPods to a Project

Firebase
4 Firebase Starting
5 Auth UI
6 Auth Details
7 Firebase Auth

Snapchat Clone
8 SnapFun
9 Create Snap UI
10 Firebase Storage
11 Uploading Images
12 Select Users
13 Firebase Database
14 Creating a Snap
15 View Snap
16 Delete Snap