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

  Рет қаралды 38,433

Coding With T

Coding With T

Күн бұрын

Пікірлер: 80
@CodingwithT
@CodingwithT 10 ай бұрын
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
@whom4485
@whom4485 4 ай бұрын
was working i had to downgrade my android version and use gradle to retrieve the Sha keys
@techlife7823
@techlife7823 14 күн бұрын
Example for windows keytool -list -v -keystore "C:\Users\Your PC Name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
@majorbriggs8876
@majorbriggs8876 4 күн бұрын
This is the best tutorial to watch especially if you are using android studio, this guy flawlessly explained it so clearly. Big thanks to you
@CodingwithT
@CodingwithT 4 күн бұрын
Thank you for your appreciation 🥰
@saurabhchauhan4516
@saurabhchauhan4516 10 ай бұрын
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. 👍
@CodingwithT
@CodingwithT 10 ай бұрын
I am glad to be helpful 🎊✌️
@hcrnn7518
@hcrnn7518 10 ай бұрын
Best flutter tutorial on youtube..Love it
@CodingwithT
@CodingwithT 10 ай бұрын
Thank you for your love and support ♥️
@رمضانكريم-ض2ث
@رمضانكريم-ض2ث 10 ай бұрын
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.
@CodingwithT
@CodingwithT 10 ай бұрын
So nice of you ❤️. Thank you for your kind words 🙏
@noxtube7937
@noxtube7937 7 ай бұрын
Thank you for this usful tutorial, you help me to create my first firebase data
@CodingwithT
@CodingwithT 7 ай бұрын
You're welcome! I'm glad the tutorial was helpful for you in creating your first Firebase data. If you have any more questions or need further assistance with Firebase or anything else, feel free to ask!
@simmiroy9188
@simmiroy9188 7 ай бұрын
You solved the major problem in the app thank you so much
@CodingwithT
@CodingwithT 7 ай бұрын
You're very welcome! I'm glad I could help you solve the major problem in your app.
@zachwild2178
@zachwild2178 3 ай бұрын
Great video. Super helpful!
@CodingwithT
@CodingwithT 2 ай бұрын
Thank you! I'm glad you found the video helpful! 😊
@chewlsyy
@chewlsyy 5 ай бұрын
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
@bill__j
@bill__j 6 ай бұрын
Hi Leader, Great Video ever !! thank you so much
@CodingwithT
@CodingwithT 6 ай бұрын
You welcome 🤗
@CodeEasy11
@CodeEasy11 Ай бұрын
In last when you refresh it by running command flutterfire configure, it shows An error occurred on the Firebase CLI when attempting to run a command
@khabibali4967
@khabibali4967 5 ай бұрын
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.
@neelamjain7732
@neelamjain7732 6 ай бұрын
Awesome Job... Thanks!
@CodingwithT
@CodingwithT 6 ай бұрын
My pleasure!
@AINULMARDHIYYAHBINTIZAMZURI
@AINULMARDHIYYAHBINTIZAMZURI 5 ай бұрын
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
@CodingwithT
@CodingwithT 5 ай бұрын
Please make sure you're running the command in the correct directory where your Flutter project is located. If you continue to face issues, I recommend following the steps again. May be you missed something. If you encounter the same problem you can contact me on WhatsApp.
@manohar.acharya
@manohar.acharya 10 ай бұрын
what state management is used in this project?
@CodingwithT
@CodingwithT 10 ай бұрын
Currently we are going to use Getx and later on I might also create the same Backend using other state managements
@dragonthis7948
@dragonthis7948 8 ай бұрын
does the test mode on firebase means after 30 days i will need to create a new database?
@CodingwithT
@CodingwithT 8 ай бұрын
You just have to modify the rules of that database.
@Mhmd_SHA
@Mhmd_SHA 9 ай бұрын
what an amazing explanation bro.. Thanks again :) T
@CodingwithT
@CodingwithT 9 ай бұрын
You welcome 🤗
@tabassam-ali
@tabassam-ali 10 ай бұрын
Thank you very much, you have set it up very well. ❤
@CodingwithT
@CodingwithT 10 ай бұрын
You welcome 🤗
@jackchang9006
@jackchang9006 4 ай бұрын
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
@CodingwithT
@CodingwithT 4 ай бұрын
Create a new project and that will be created depending on your SDK
@CodeEasy11
@CodeEasy11 Ай бұрын
For SHA 1 key I am not getting any Android app in project settings
@CodingwithT
@CodingwithT Ай бұрын
If you're not seeing your Android app in Firebase, ensure it's connected. Run flutterfire configure in your terminal to link your Flutter app to Firebase.
@ahmedmunir5200
@ahmedmunir5200 7 ай бұрын
key store file does not exist in the .android folder what should I do now?
@CodingwithT
@CodingwithT 7 ай бұрын
If you can't locate the keystore file, you may need to regenerate it. You can do this using the keytool command-line utility provided by the Java Development Kit (JDK). Make sure to securely store the new keystore file and its credentials.
@zulfiqaralihunzai
@zulfiqaralihunzai 8 ай бұрын
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.
@CodingwithT
@CodingwithT 8 ай бұрын
check your environment variable. if your issue persists contact us on whatsapp
@krishnakumar-sy1gk
@krishnakumar-sy1gk 6 ай бұрын
bro did uh found out the error?
@zulfiqaralihunzai
@zulfiqaralihunzai 5 ай бұрын
@@krishnakumar-sy1gk yes set your envirnoment variables
@Zun_AiraRamzan
@Zun_AiraRamzan 7 ай бұрын
npm install -g firebase-tools 'npm' is not recognized as an internal or external command, operable program or batch file.
@CodingwithT
@CodingwithT 7 ай бұрын
Have you installed the Node.js
@Liuyap
@Liuyap 7 ай бұрын
why provisioning cloud firestore takes a long time?
@CodingwithT
@CodingwithT 7 ай бұрын
Provisioning Cloud Firestore can take time due to various factors such as resource allocation, configuration, network latency and backend operations.
@AsholProperty
@AsholProperty 10 ай бұрын
you saved me man
@CodingwithT
@CodingwithT 10 ай бұрын
I'm glad it's helpful 😁
@MaureenNshimiyimana
@MaureenNshimiyimana 7 ай бұрын
keytool is not recognized as an internal or external command
@CodingwithT
@CodingwithT 7 ай бұрын
Please check the directory of terminal and also if there is any $ sign remove it. Also check Env Variables
@foodworld216
@foodworld216 10 ай бұрын
flutterfire configure 'flutterfire' is not recognized as an internal or external command, operable program or batch file.
@CodingwithT
@CodingwithT 10 ай бұрын
Please check your environment variables and do the restart
@tomasdelfinageronimo927
@tomasdelfinageronimo927 7 ай бұрын
I have the same problem, how can i do that @@CodingwithT
@kaanbircan1815
@kaanbircan1815 4 ай бұрын
When I run firebase login, I get cannot be loaded because scripts are disabled error
@ammartalal1239
@ammartalal1239 4 ай бұрын
You need to run this command first "Set-ExecutionPolicy RemoteSigned" the you will be able to run the firebase command
@muhammadmajid2178
@muhammadmajid2178 10 ай бұрын
Thank you
@CodingwithT
@CodingwithT 10 ай бұрын
Welcome
@djamamockejoel159
@djamamockejoel159 4 ай бұрын
i am unable to see my project on Firebase. any help
@CodingwithT
@CodingwithT 4 ай бұрын
Not sure 🤔
@djamamockejoel159
@djamamockejoel159 4 ай бұрын
@@CodingwithT it took time to load
@RohanKamble-tt2de
@RohanKamble-tt2de 4 ай бұрын
10.57 i dont get it
@RehmanJutt-zo4eg
@RehmanJutt-zo4eg 3 ай бұрын
any one show this error plss folow this stups.. go to envarment veriable and user variable and go path and add your java path for ex this was me and restart your id 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.
@fro9ylo9
@fro9ylo9 3 ай бұрын
for me i had to add my android studio bin path i don't know why
@mo-awny
@mo-awny Ай бұрын
i got this error keytool error: java.io.IOException: Invalid keystore format
@CodingwithT
@CodingwithT 14 күн бұрын
To create a keystore on Windows, you can use the following command: keytool -list -v -keystore "C:\Users\Your PC Name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android Let me know if you have any other questions!
@innovators2777
@innovators2777 7 ай бұрын
Hello sir, I am getting an error, while getting an SHA-1 & SHA-256, keytool -list -v -keystore "C:\Users\mohammad\.android\debug.keystore" -al ias androiddebugkey -storepass android -keypass android keytool error: java.io.IOException: Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available java.io.IOException: Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available,
@CodingwithT
@CodingwithT 7 ай бұрын
Hi, The error message indicates that there is an issue with the algorithm HmacPBESHA256 not being available. This could be due to various reasons, such as an outdated version of Java or a misconfiguration in your Java environment.
@innovators2777
@innovators2777 7 ай бұрын
@@CodingwithT thanks but I found solution.
@godkingus
@godkingus 10 ай бұрын
here, here, here. 27 minutes left :v
@CodingwithT
@CodingwithT 10 ай бұрын
So nice of you 😊💕
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 31 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,8 МЛН
Cool Parenting Gadget Against Mosquitos! 🦟👶
00:21
TheSoul Music Family
Рет қаралды 11 МЛН
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 63 М.
Announcing Deno 2
59:21
Deno
Рет қаралды 156 М.
Self-Hosting Next.js
45:13
leerob
Рет қаралды 39 М.
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 31 МЛН