Flutter & Firebase Authentication Using new Firebase version

Geno Tech
App Dev Community
Published in
7 min readFeb 3, 2021

--

In our Flutter knowledge sharing journey, Here we are on the 5th step. We will go deeper in Flutter in the next stories. Again we are going to discuss Flutter + Firebase because you should know how to work with Firebase as a mobile developer. It makes advantages on more startup and individuals to get in success with there products with a limited user base. But Here I not recommended the Firebase for fast-growing, huge user based products. You better to read about that more, I am on my own experience.

I am not going to repeat the story about Flutter again. Time is the most valuable advantage of our developer life. Therefore It’s better to grab the knowledge in a few minutes, That will more beneficial for us. Let’s quickly go through the steps.

Prerequisites

  1. Create a new Flutter Project

This step will create a main.dart file is the initial file of the project. These things also you are familiar with.

2. Create new Firebase Project and configure with Flutter

These steps are showing in firebase doc. You can easily follow up those steps. Import the following dependencies in your pubspec. yaml file. This will update the dependencies in new versions.

firebase_auth:
firebase_core:

--

--

Geno Tech
App Dev Community

Software Development | Data Science | AI — We write rich & meaningful content on development, technology, digital transformation & life lessons.