Flutter – Firebase – CRUD – Build 2 Apps super easy!

Flutter – Firebase – CRUD – Build 2 Apps super easy!

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1.5 Hours | 789 MB

Understand how Firebase works and how to wire it up with Flutter

We will be building 2 Apps and connect both to Firebase. Our first App will have all important functionallities you need to know. You can use this project as a reference for your own Apps. The second App will be a todo list which you can do as a excercise or with me together.

  • Connect Firebase to your projects
  • Build Databases
  • Create, read, update, delte Items in your Databases
  • Read All items from your Databases and display them

What you’ll learn

  • Connect Firebase to Flutter project
  • Know how to create, read, update, delete Items in your Firebase Database
  • Use Streambuilder to display all your Data
Table of Contents

Introduction
1 Welcome
2 Create Data for Firebase
3 Update Data for Firebase
4 Show all items – Streambuilder
5 Streambuilder bug fixing
6 App 2 introduction
7 App 2 without Firebase – ListView
8 App 2 without Firebase – Add functionality
9 App 2 without Firebase – Fixing bug
10 App 2 add Firestore
11 App 2 Create & Delete functionality
12 CRUD App showcase
13 App 2 Streambuilder
14 Bye!
15 Setting up Layout 1
16 Setting up Layout 2
17 Firebase introduction
18 Connect Firebase to Android
19 Connect Firebase to IOS
20 Read Data from Firebase
21 Delete Data from Firebase