Connect Firebase + Flutter In Seconds (2023).

Sachin Choudhary
2 min readDec 6, 2023

--

In This Article, we are going to connect our Flutter app to Firebase step by step

Step 1

Create a Project in the Firebase Console account. In my case I have already create an project.

Step-2

Now Click on this Flutter Icon and you will see an interface like this

If You haven’t Installed the Firebase CLI then click on that link and follow the step-by-step guide if you already have installed FlutterFire CLI then follow my instructions.

Step-3

then copy these commands:-

Step-4

Now paste these commands one by one into the terminal

You will see Activated FlutterFire_cli.

Step-5

Then paste the second Command :-

Now select Your Project and then you will get an option for Android and ios and web select whatever you want and for dis-select click Space

After This check your console account :-

Here you go.

Congratulations you have successfully connected your app with Firebase.

Thank YOU!

--

--