Firebase is a blazing-fast, real-time, NoSQL backend as a service. This course is a complete package where you will learn Firebase implementation in your Android App. Features like Authentication, User Profile, create real time databases, Dynamic Links, File Storage, etc It’s a good course for developing a dynamic app.
In this course you will get brief knowledge about all major features provided by Firebase.
We are creating Cloud based Note App to understand the Important features of Firebase :
Authentication: To implement features like Signup, Login, Forgot Password, etc
User Profile : To Implement features User's profile picture, name and profile ,etc
File Storage : To upload image(profile picture) on server , Show/Download image from server
DataBase: CRUD operations on Firebase Database. Create/Read/Update/Delete records(Notes) in database . Understanding of RecyclerView concepts to list the notes from Firebase Database.