Hi thereπ, welcome to this tutorial! Today, I will be showing some of Firebase cool features.
Keep calm, if you haven't used Firebase before, this post is the start of a series on Firebase, so don't be afraid, you are in safe hands.
It is also aimed at Frontend developers who want to build and deploy Fullstack apps with little or no stress and code.π
Just grab my hands and stick with me till the end.
In this tutorial, all codes will be written according the latest version of Firebase, Firebase v9
Firebase & its Features
If you are also new to Firebase, it is a platform developed by Google that enables us develop high quality mobile and web applications in less time. All you just have to worry about is the Frontend of the application.
Firebase can handle the following:
π Database & Real Time Database
π Different kinds of Authentication - Email & Password, Facebook,
Github, Google, Apple, Twitter, etc
π Cloud Functions
π Performance Monitoring
π Analytics, etc
In this series, I will be covering, 1 & 2 above.
Firebase vs Firebase v9 (Modular Firebase)
Firebase v9, Modular Firebase is the latest version of firebase that provides optimized performance for your web and mobile applications. Instead of importing the large Firebase SDK as you may do or have been doing, you just have to import only the part you need.
For more details Read here
Top comments (1)
Thank you for this heads up. A newbie to the profession so I am more than happy to read on this.