Skip to content

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp

Notifications You must be signed in to change notification settings

syed-m-osama/flash-chat-flutter

 
 

Repository files navigation

NOTE - Include alternates to deprecated widgets. Needs full null-safety reboot(in-progress).

App Brewery Banner

Flash Chat ⚡️

Our Goal

The objective of this tutorial is to learn how to incorporate Firebase into our Flutter apps. We'll be using Firebase Cloud Firestore as well as the Firebase authentication package to equip our app with a cloud-based NoSQL database and secure authentication methods. Tutorial Objective: Leveraging Firebase for Enhanced Flutter Apps

Welcome to this comprehensive tutorial where we will dive into the integration of Firebase into your Flutter applications. Our primary goal is to empower you with the knowledge and skills to seamlessly incorporate Firebase Cloud Firestore and Firebase authentication into your apps.

Firebase Cloud Firestore: We will explore Firebase Cloud Firestore, a real-time cloud-based NoSQL database, which will enable your app to store and retrieve data with lightning speed and efficiency. Say goodbye to the complexities of managing your app's data storage and hello to a scalable and user-friendly cloud solution.

Firebase Authentication: In addition, we will delve into the world of secure authentication using the Firebase authentication package. You will learn how to implement robust and user-friendly authentication methods, ensuring the safety and privacy of your users' data.

What you will create

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

Finished App

What you will learn

  • How to incorporate Firebase into your Flutter projects.
  • How to use Firebase authentication to register and sign in users.
  • How to create beautiful 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.

NOTE

Original Project had used deprecated widgets which I have replaced with latest changes.

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

End Banner

About

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.9%
  • Shell 2.5%
  • Swift 1.8%
  • Java 1.6%
  • Objective-C 0.2%