Course Information
Course Overview
[INTERMEDIATE] Learn how to use various firebase services with flutter and provider for Mobile application development.
FIREBASE AUTHENTICATION:
In this module, I will teach you how to use the firebase auth service to perform authentication. We will cover authentication using the following providers:
EMAIL PASSWORD AUTHENTICATION[ Signup, Sign in, Verify the user's email, and Reset the password]
PHONE AUTHENTICATION [OTP]
GOOGLE AUTHENTICATION
TWITTER AUTHENTICATION
FIREBASE REST API AUTHENTICATION:
This module will teach us how to integrate firebase auth REST API with our flutter apps. We will use the provider state management helper to manage the app's state. We will explore the following feature:
Sign up and sign in
Save user data to local storage
Auto Logging in user
Update user name and photo URL
Forget password
Change password
Logout
Exception handling
FIREBASE CLOUD FIRESTORE:
This module will teach you about the CRUD operation using the cloud firestore database.
Read the data from the cloud firestore database.
Write the data from the cloud firestore database.
Delete the data from the cloud firestore database.
Update the data on the cloud firestore database.
FIREBASE REAL-TIME DATABASE:
In this module, you will learn about the CRUD operation using the real-time database REST APIs.
Read the data from the real-time database.
Write the data from the real-time database.
Delete the data from the real-time database.
Update the data on the real-time database.
FIREBASE STORAGE:
In this module we learn about how to work with the firebase storage feature using flutter:
Upload PDF File to Firebase Storage.
Get PDF file details from Firebase Cloud Firestore.
Download the file from firebase and view the PDF File.
FLUTTER FIREBASE DYNAMIC LINKS IN FLUTTER:
In this module, we will learn how to:
Create Dynamic Link Manually using the Firebase console for Android, iOS, and desktop apps.
Share mobile app using Dynamic Link
Share the product and open a particular screen using Dynamic Link
Open the screen when it is closed using firebase dynamic links
FIREBASE PUSH NOTIFICATION:
In this module we will learn about how to work with firebase push notifications using the REST APIs:
Create an http request to send a firebase push notification.
How to send push notifications to a particular user?
How to handle notifications in various app states?
Navigate the user to a screen on notification tap
FIREBASE HOSTING:
In this module, we will learn about how we can host a flutter web app using the firebase hosting service.
FIREBASE In-App-Messenging:
In this module, we will learn about how we can send an In-App-Message to our flutter application using the firebase console.
Using Firebase as the backend is really a good idea because the Firebase team officially manages the firebase API, in a survey, almost 66% of the mobile app built with Flutter uses Firebase services. Firebase provides us with services like authentication, real-time database, cloud firestore, messaging, storage, and many more.
Course Content
- 10 section(s)
- 67 lecture(s)
- Section 1 Course app preview
- Section 2 Firebase setup
- Section 3 M1: Firebase Authentication[Email/Password]
- Section 4 M1: Firebase Authentication[Phone]
- Section 5 M1: Firebase Authentication[Google Accounts]
- Section 6 M1: Firebase Authentication[Twitter]
- Section 7 M2: Firebase REST API Authentication
- Section 8 M3: Cloud Firestore [CRUD Operation]
- Section 9 M4: Realtime Database[CRUD Operation using HTTP package]
- Section 10 M5: Firebase storage [ Example using PDF ]
What You’ll Learn
- Authentication[Using package and REST APIs], Realtime Database
- Cloud Firestore, Firebase storage
- Dynamic Link, Firebase Hosting
- Firebase Push Notification[REST APIs], Firebase In-App-Messaging
Skills covered in this course
Reviews
-
MMeteor
This lecture was undoubtedly one of the worst lectures I have ever attended in my life. This course is not even worth $5. As the course progresses, important details such as package dependencies and code input are increasingly omitted, and the overall quality deteriorates. I would recommend watching other developers' free tutorials on YouTube instead. This was the first course I purchased on Udemy, but after going through this lecture, I find myself seriously questioning whether I should buy any other courses on Udemy in the future.
-
BBobby Taylor
I have already been through a Flutter/Dart boot camp and have written a few simple apps for clients. This class is very fast paced and does not spend a lot of time explaining or teaching but gives "production" code follow along. That is what I need at this stage of my learning experience. However, I would not recommend this class to anyone that has not done a full boot camp (Flutter and Dart) and does not have a decent handle on Flutter/Dart. Also the instructor speaks very fast and I slow him down on the video to 0.75 with the screen full sized. Finally, I suggest since the instructor is moving so fast that a student comment in the code the section number, step number and time stamp of the video when you are coding and following along. If not, you might get lost when you go back through the code at a later stage. Also I suggest using Git and comment your commits, especially at the end of each step, so you can go back and see what you did for future reference.
-
EEddy Muñoz Mata
amazing course
-
DDaeheon
Not only for firebase, It is also very good to learn how to seperate screen files and organize codes. Thank you bro