How to Setup Firebase in Flutter | Firebase CLI | Flutter Firebase

preview_player
Показать описание


🎊 E-COMMERCE APP
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

❤️ FLUTTER E-COMMERCE APP PLAYLISTS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

❤️ SUBSCRIPTIONS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

COURSES
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🧑‍💻 RELATED VIDEOS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

CHAPTERS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
00:00 Setup Firebase
14:46 Get and Add SHA 1 and SHA 256
17:25 How to Enable firestore database and firebase Storage

FOLLOW US ON SOCIAL MEDIA
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

#ecommerceapp #tstore #coding_with_t

DETAILS

2. Logging in and Logging out with Firebase CLI:
Learn the intricacies of logging in and out from Firebase using the command line or terminal.

3. Activating Firebase CLI and Troubleshooting:
Activate Firebase CLI and troubleshoot common issues. Address the 'pub install executables into ***' error by adjusting your environment variables.

4. Setting up Environment Variables:
Delve into the importance of environment variables and learn how to add the necessary path to your 'Path' variable. This optimization ensures that Firebase CLI commands are executed seamlessly.

5. Fetching and Selecting Projects with 'flutterfire configure':
Execute the 'flutterfire configure' command to fetch and select projects linked to your Gmail account. This step ensures that your Flutter app is seamlessly connected to Firebase.

7. Enabling Authentication, Firestore, and Storage in Firebase:
Elevate your app's capabilities by enabling authentication, Firestore, and storage features in Firebase. Our guide will help you make the most of these powerful Firebase services.

8. Adding SHA-1 and SHA-256 for Firebase Authentication:
Ensure a smooth run of Firebase Authentication by adding SHA-1 and SHA-256 in Firebase. This essential step ensures the security and integrity of your authentication process.

GENERATE SHA-1 & SHA-256
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

GENERATE SHA-1 & SHA-256
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Mac keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Windows keytool -list -v -keystore "\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
Linux keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

CodingwithT
Автор

Thanks brother for explaining each step with expected errors along with their solution while setting up firebase for flutter project.
You're are a saviour for me once again thank you. 👍

saurabhchauhan
Автор

Best flutter tutorial on youtube..Love it

hcrnn
Автор

Thank you very much for your great effort my dear brother. I ask God to reward you well for this effort You are the best.

tmnsldx
Автор

Hi, i encountered problem on this section. I code on Android Studio connected to Git. Is it normal for my firebase_options.dart and firebase.json file to be highlighted/lined red? For context, I already add the firebase_core into dependencies as well as commit and push both files to Git.

Also I notice yours doesn't have firebase.json file. In my case, it was added directly under my root project (same directory as pusbec.yaml etc) during 9:40 step.

Update: solved the issue by disconnecting with git

chewlsyy
Автор

Hi Leader, Great Video ever !! thank you so much

bill__j
Автор

Thank you for this usful tutorial, you help me to create my first firebase data

noxtube
Автор

You solved the major problem in the app thank you so much

simmiroy
Автор

Thank you very much, you have set it up very well. ❤

tabassam-ali
Автор

Walikum Salam Sir. Sir I installed Fire-Store through cli now when I try to enable the Fire-Sotre database it asks me to enable the payment option what I do because before this it directed me fire-store database without payment options.

khabibali
Автор

what an amazing explanation bro.. Thanks again :) T

Mhmd_SHA
Автор

In 10:24, the null safety problem happen to me, it says that my dart sdk is 2.9.0 and the version must >=2.12.0-0 <4.0.0.
But I need to use 2.9.0 sdk version, what should I do?

jackchang
Автор

Hello sir, the last step you show run command flutterfire configure. Why it said i need to download cli again although I do it in the right way

AINULMARDHIYYAHBINTIZAMZURI
Автор

key store file does not exist in the .android folder what should I do now?

ahmedmunir
Автор

what state management is used in this project?

manohar.acharya
Автор

npm install -g firebase-tools
'npm' is not recognized as an internal or external command,
operable program or batch file.

njsmgcs
Автор

does the test mode on firebase means after 30 days i will need to create a new database?

dragonthis
Автор

Showing error during the android terminal command hit


keytool : The term 'keytool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.

zulfiqaralihunzai
Автор

When I run firebase login, I get cannot be loaded because scripts are disabled error

kaanbircan
Автор

flutterfire configure
'flutterfire' is not recognized as an internal or external command,
operable program or batch file.

foodworld