How I Connect Firebase with Flutter in just 2 minutes!

Firebase just came out with an awesome new way to connect to Flutter Quickly.

Why should I use new method to connect Flutter with Firebase?

There are Three main reasons for which you should switch to the new method -:
– Much Easier to …


This content originally appeared on DEV Community and was authored by Armaan Jain

Firebase just came out with an awesome new way to connect to Flutter Quickly.

Image description

Why should I use new method to connect Flutter with Firebase?

There are Three main reasons for which you should switch to the new method -:
- Much Easier to Integrate
- No need to add files in Xcode and Android folder
- Saves a bunch of Time

How can I Integrate this new way?

It is Easy and Simple and you just need to follow these steps -

1. Go To Your Firebase Console and Create a New Project

Image description

2. Give a Title to your new Project

Image description

3. Create and Click the new Flutter Icon

Image description

4. Download Firebase Cli

- Open Terminal
- Paste This Command
- Press Enter

curl -sL https://firebase.tools | bash

5. Login Through Terminal

Paste This Command
Login through your Firebase Account

firebase login

6. Open your Flutter project

Paste and Run this Command in Terminal of your project
1.

dart pub global activate flutterfire_cli

2.

export PATH="$PATH":"$HOME/.pub-cache/bin"

7. Enter Command to Configure your Project

flutterfire configure --project=$your firebase project Id

Now Select platforms you want to configure firebase for…

8. Add Latest Version of Firebase_Core as a dependency to Pubspec.yaml

Congratulations!!
You Integrated Firebase into you Flutter Project in just 2 mins
I Hope You Enjoyed the Process 😄

Follow Me For More Such Content


This content originally appeared on DEV Community and was authored by Armaan Jain


Print Share Comment Cite Upload Translate Updates
APA

Armaan Jain | Sciencx (2022-06-13T02:55:36+00:00) How I Connect Firebase with Flutter in just 2 minutes!. Retrieved from https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/

MLA
" » How I Connect Firebase with Flutter in just 2 minutes!." Armaan Jain | Sciencx - Monday June 13, 2022, https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/
HARVARD
Armaan Jain | Sciencx Monday June 13, 2022 » How I Connect Firebase with Flutter in just 2 minutes!., viewed ,<https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/>
VANCOUVER
Armaan Jain | Sciencx - » How I Connect Firebase with Flutter in just 2 minutes!. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/
CHICAGO
" » How I Connect Firebase with Flutter in just 2 minutes!." Armaan Jain | Sciencx - Accessed . https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/
IEEE
" » How I Connect Firebase with Flutter in just 2 minutes!." Armaan Jain | Sciencx [Online]. Available: https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/. [Accessed: ]
rf:citation
» How I Connect Firebase with Flutter in just 2 minutes! | Armaan Jain | Sciencx | https://www.scien.cx/2022/06/13/how-i-connect-firebase-with-flutter-in-just-2-minutes/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.