How to Setup Firebase for Flutter 2024 | Connect with Android, iOS & Web | Flutter with Firebase.

preview_player
Показать описание
How to Setup Firebase for Flutter using firebase cli.
1. create a project in firebase.
3. set this path in Environment variable.👇
"
C:\Users\username\AppData\Local\Pub\Cache\bin
copy this and change username.
"
4. run firebase login.
5. dart pub global activate flutterfire_cli (you can get it when you create flutter project in firebase)
6. flutterfire configure --project=project name( you can get it when you create flutter project in firebase).
7. now select what kind of project you want to make( android, ios, macos, web)
8. now add required dependencies.

);
and make main function as async.

NB:
if you face problem for firebase login,
you can set this path in environment variable.👇
"
C:\Users\username\AppData\Roaming\npm
Рекомендации по теме
Комментарии
Автор

Thanks a lot man!!!, I've been struggling for over a week, Finally connected to the firebase with your help.
(Suggestion: Improve your audio clarity and show some examples for your tutorial, Otherwise everything is fine 👍🏻)

vishalmanivannan