Revising the Flutter Bootcamp Flash Chat Project.
Revising to new Flash Chat 2.0. This will be incorporating some things I’ve learned and customizing/expanding the app.
NOTE: You will need to set up a Firebase account to run if you want to try it on IOS. the Google plist file is removed from github.
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.
We’re going to build a modern messaging app where users can sign up and log in to chat.
This is a companion project to The App Brewery’s Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co