Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 30, 2021 05:08 am GMT

Frontend to FullStack: Introduction to Firebase (Firebase v9)

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

Enough of the intros, can we now write some codes??


Original Link: https://dev.to/arshadayvid/frontend-to-fullstack-introduction-to-firebase-firebase-v9-authentication-33me

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To