Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 954 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 954 Bytes

Flash Chat ⚡️

In this project I have learned how to incorporate Firebase into our Flutter apps. And 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.

Screenshots

What I learnt

  • 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.