
Connect your iOS Flutter app to Firebase, add dependencies for analytics, authentication, storage, and Cloud Firestore, configure GoogleService-Info.plist, and verify integration by running the app.
Build the login and sign up UI in a Flutter app, set dark mode with a custom primary and background color, and route the login page as the home screen.
Wrap the login UI with a ChangeNotifierProvider using the auth provider, use a builder to access it, and use its instance to log in and update the UI.
Authenticate users with email and password via the auth provider on Firebase, show a loading state with a progress indicator, and update status and listeners for success or error.
Learn to build a reusable snack bar service in Flutter that shows success and error popups via scaffold, using a singleton instance and build context management during login flows.
Build a Flutter registration page user interface, including a scaffolded, centered form with name, email, and password fields, an image selector, and a global form key for validation.
Create a Flutter navigation service using a navigator key to push, replace, and go back between login and registration pages. Bind it to MaterialApp and initialize with login route.
Create a media service with image picker to access the device gallery, wire it to the image selector on the registration page, and manage camera, microphone, and photo library permissions.
Capture user input for name, email, and password, model a Firebase user document in the users collection keyed by authentication id, and store email, name, image, and last seen timestamp.
Build a cloud storage service to upload user profile images to Firebase storage, defining a storage class with a base reference and an upload function targeting the profile_images folder.
Explore how to structure Firebase data for a chat app, including user documents, conversations, and messages, and how automated logic links conversations to users and propagates new messages.
Discover how every user document stores a conversations collection to surface chat previews on the home screen, showing partner image, last message, name, and timestamp.
develop and deploy the first firebase cloud function for a chat app, using node, firebase tools, and typescript to auto-update user conversations when a new conversation is created.
Enable automatic login on app launch to keep users signed in without credentials. Implement auto login and check current user is authenticated to navigate home when a user exists.
Create a responsive profile page UI in Flutter, centering a column inside a sized box and using media query for height and width, with image, name, email, and logout button.
Link the auth provider to the conversation page and use a change notifier provider to distinguish messages from us and others, driving a dynamic chat interface.
Style image messages in Flutter using decoration and network images, review how Firebase stores messages, and implement auto-scroll to bottom with a scroll controller in the conversation page.
Do you want to build a complete chat mobile app just like WhatsApp, Telegram or Facebook Messenger? This is the course for you!
WHAT WILL WE BE BUILDING?
In this course, we’ll use the best in Flutter and Firebase to build a complete chat application from zero to deployment called Chatify that you can release on the Google Play Store or iOS App Store.
WHAT DOES THE APP FEATURE?
An Amazing Real-time Messaging Application
A recent Conversations Page just like other popular messaging apps
Finding other App Users with Full-Text Search
Media Sharing between Users
Realtime Messaging
Profile Customization (i.e. Display Name, User Bio, etc)
Authentication
Using Device Camera and Image Library for Image Uploads
Creating Group Conversations
WHAT CONCEPTS ARE COVERED?
A Complete Masterclass on Firebase / Firestore with Flutter
Provider State Management Framework
Uploading Media Files with Firebase Storage + Image Compression Techniques
Authentication with Firebase and Flutter
Taking Pictures / Picking Images for Upload with Flutter
Build and Deploy Firebase Functions
Complete CRUD Functionality in Realtime with Cloud Firestore
All the Realtime Firestore Database Triggers (onCreate, onUpdate, onDelete)
Working with Streams, Futures and Updating State
Media Queries and Device Orientation for Responsive App Design
Handling Async Data with FutureBuilders, StreamBuilders, and Async / Await Functions
Animations and Page Transitions
SVG Images and Image Caching for Performance
Form Validation and Error Handling
Custom Theme Creation and Fonts
Tons of Practical, Straightforward and Repeatable App-Building Patterns
And much more!
WHAT ELSE DOES THIS COURSE OFFER?
– Deep, Fine-Grained Learning – This course is jam-packed with information. I made the course that I most wanted to take and as a result, I didn't skimp on the details. You're going to cover more topics and material in greater depth than ever before.
– 100% Real-World Practice – My goal is to get you writing code as much as possible. And not just any code–we'll be working exclusively on practical tasks that are instrumental in building your own amazing real-world apps.
– No-Nonsense, Spot-On Explanations - Every lesson is to-the-point. I break down what we're making, how we'll be doing it and what the final product will look like, all on top of helpful and illustrative descriptions to aid your understanding along the way.
I really enjoyed making this course and I think you’ll enjoy taking it just as much.
Looking forward to seeing you within the course!
Who this course is for:
Mobile and web developers looking to build impressive real-world, production-ready apps!
Flutter developers looking for a challenge
Developers looking to delve into the world of Firebase