Example for windows keytool -list -v -keystore "C:\Users\Your PC Name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
Hey there, it says you have to create a billing account to use storage and when i try to create one, they send me an e-mandate, also they are not approving the account, what to do?? E-mandate is worth 75,000 /- INR, its a hefty amount......? Please help me out
@@bukor0su368 Alhamdulillah I've also created beautiful design but now without using storage i don't know how will i be able to use it.... I've found alternatives but I'm worried that they might not fit with, we have to check that they don't violate with Firebase also that they are integrable with flutter 😭😭😭
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. 👍
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!
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
When i run the flutterfire configure in my terminal it asks to manually enter my android package id but its not letting me type the full name. its like characters are limited
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.
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.
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.
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.
To fix the error, try updating your Firebase CLI with the command npm install -g firebase-tools and ensure you're logged in using firebase login before running flutterfire configure again
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.
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!
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.
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.
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
was working i had to downgrade my android version and use gradle to retrieve the Sha keys
Example for windows
keytool -list -v -keystore "C:\Users\Your PC Name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
Hey there, it says you have to create a billing account to use storage and when i try to create one, they send me an e-mandate, also they are not approving the account, what to do?? E-mandate is worth 75,000 /- INR, its a hefty amount......? Please help me out
@armandholiya8118 same bro, firebase has changed this section of storage and I'm stuck at this vid, I couldn't proceed but Alhamduli'lah regardless.
@@bukor0su368 Alhamdulillah I've also created beautiful design but now without using storage i don't know how will i be able to use it.... I've found alternatives but I'm worried that they might not fit with, we have to check that they don't violate with Firebase also that they are integrable with flutter 😭😭😭
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
Thank you for your appreciation 🥰
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. 👍
I am glad to be helpful 🎊✌️
Best flutter tutorial on youtube..Love it
Thank you for your love and support ♥️
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.
So nice of you ❤️. Thank you for your kind words 🙏
You solved the major problem in the app thank you so much
You're very welcome! I'm glad I could help you solve the major problem in your app.
Thank you for this usful tutorial, you help me to create my first firebase data
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!
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
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
Create a new project and that will be created depending on your SDK
Great video. Super helpful!
Thank you! I'm glad you found the video helpful! 😊
To use Storage, upgrade your project's billing plan, what can i do sir, i dont have any credit card
Firebase storage is free. Make sure you didn’t hit their free 1 GB space
.....
@@CodingwithT its saying upgrade what to do ?
@supriyapoudel5021 it’s a new thing for everyone but don’t worry. Just add your card and upgrade the plan but still you can use free 2 GB
@@CodingwithTis there any chance the storage might exeed 1gb
Hi Leader, Great Video ever !! thank you so much
You welcome 🤗
Firestore is asking for billing plan what should i do now
Just add your card and you will not be charged as 1 to 2 GB is free
When i run the flutterfire configure in my terminal it asks to manually enter my android package id but its not letting me type the full name. its like characters are limited
Strange 🥸
what state management is used in this project?
Currently we are going to use Getx and later on I might also create the same Backend using other state managements
Awesome Job... Thanks!
My pleasure!
what an amazing explanation bro.. Thanks again :) T
You welcome 🤗
I have problem to add sha in my project I use MacBook and I can’t to get them
Try to follow some stack overflow and hopefully you’ll get the sha as they are important
post your error maybe then people can help you. But if it hasnt work you may need to download and install java for it to work
Thank you very much, you have set it up very well. ❤
You welcome 🤗
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
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.
key store file does not exist in the .android folder what should I do now?
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.
For SHA 1 key I am not getting any Android app in project settings
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.
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.
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
To fix the error, try updating your Firebase CLI with the command npm install -g firebase-tools and ensure you're logged in using firebase login before running flutterfire configure again
does the test mode on firebase means after 30 days i will need to create a new database?
You just have to modify the rules of that database.
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.
check your environment variable. if your issue persists contact us on whatsapp
bro did uh found out the error?
@@krishnakumar-sy1gk yes set your envirnoment variables
@@zulfiqaralihunzai wdym st what exactly?
When I run firebase login, I get cannot be loaded because scripts are disabled error
You need to run this command first "Set-ExecutionPolicy RemoteSigned" the you will be able to run the firebase command
npm install -g firebase-tools
'npm' is not recognized as an internal or external command,
operable program or batch file.
Have you installed the Node.js
keytool is not recognized as an internal or external command
Please check the directory of terminal and also if there is any $ sign remove it.
Also check Env Variables
why provisioning cloud firestore takes a long time?
Provisioning Cloud Firestore can take time due to various factors such as resource allocation, configuration, network latency and backend operations.
tu es bon👍👍👍👍👍👍👍👍👍👍👍👍👍
10.57
i dont get it
i am unable to see my project on Firebase. any help
Not sure 🤔
@@CodingwithT it took time to load
flutterfire configure
'flutterfire' is not recognized as an internal or external command,
operable program or batch file.
Please check your environment variables and do the restart
I have the same problem, how can i do that @@CodingwithT
you saved me man
I'm glad it's helpful 😁
Cool
Thanks
Thank you
Welcome
Firebase storage is paid?
No it’s free up-to some limit.
@@CodingwithT Thanks 😊
i got this error
keytool error: java.io.IOException: Invalid keystore format
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!
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.
for me i had to add my android studio bin path i don't know why
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,
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.
@@CodingwithT thanks but I found solution.
can you contact with me i need a flutter project
Please contact the support team on WhatsApp for assistance
here, here, here. 27 minutes left :v
So nice of you 😊💕