Flutter: Part 10 Firebase Cloud Firestore

Go to class
Write Review

Free Online Course: Flutter: Part 10 Firebase Cloud Firestore provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Flutter: Part 10 Firebase Cloud Firestore is taught by Angela Yu and London App Brewery.

Overview
  • Learn how to build and deploy interactive Flutter apps for iOS and Android with Google Firebase.

Syllabus
  • 1. Flutter and Firebase Cloud Firestore: Flash Chat Project

    • Flash chat: A lightning fast messaging app
    • Named routes challenge
    • Dart static modifier
    • Refactor routes with the static const
    • Flutter hero animations
    • Custom Flutter animations with the animation controller
    • Dart mixins
    • Prepackaged Flutter animations
    • Code refactoring challenge
    • Creating a new Firebase project
    • Android Firebase project setup
    • iOS Firebase project setup
    • Firebase Flutter packages setup (iOS and Android)
    • Registering users with Firebase using FirebaseAuth
    • Authenticating users with FirebaseAuth
    • Showing a spinner while the user waits
    • Saving data into Cloud Firestore
    • Listening for data from Firebase using streams
    • Dart streams
    • Stream widgets using the StreamBuilder
    • The Flutter ListView
    • A different UI for different senders
    • Cloud Firestore security rules