Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.11 KB

Flash Chat ⚡️

Goal

To learn how to incorporate Firebase into Flutter apps. By using Firebase Cloud Firestore as well as the Firebase authentication package to equip app with a cloud-based NoSQL database and secure authentication methods.

What I made

We’re going to build a modern messaging app where users can sign up and log in to chat.

Finished App

What I learned

  • How to incorporate Firebase into a Flutter project.
  • How to use Firebase authentication to register and sign in users.
  • How to create animations using the Flutter Hero widget.
  • How to create custom aniamtions using Flutter's animation controller.
  • Learn all about mixins and how they differ from superclasses.
  • Learn about Streams and how they work.
  • Learn to use ListViews to build scrolling views.
  • How to use Firebase Cloud Firestore to store and retrieve data on the fly.

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co