Тёмный
Droidmonk
Droidmonk
Droidmonk
Подписаться
Hi, this is Gitanjal from India. Through this channel, I am trying to connect with you. I love to code, I hope you do too.
Lesson 5: Remove default code
3:22
Год назад
Lesson 2: Run the app
3:26
Год назад
fetch data from firestore
19:43
2 года назад
Комментарии
@user-fz6se6jx8x
@user-fz6se6jx8x 19 дней назад
Thanks alot
@droidmonk4820
@droidmonk4820 18 дней назад
You are welcome. Stay connected.
@ciurdea8984
@ciurdea8984 20 дней назад
I get this error when i press sign in button, any help? ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)
@droidmonk4820
@droidmonk4820 19 дней назад
Please check once whether you have added the SHA fingerprint to the Firebase project?
@dyle9691
@dyle9691 Месяц назад
I owe it to you king 👑🐐
@droidmonk4820
@droidmonk4820 Месяц назад
Wow...thanks Stay connected
@akashkv41
@akashkv41 Месяц назад
Thank you
@droidmonk4820
@droidmonk4820 Месяц назад
Welcome. Stay connected.
@atharva7376
@atharva7376 Месяц назад
hey ... i have a app ideas with flutter i know firbase to make that app i know how to make but get stuck in logical part so there i used gpt a lot i get my work done but if interviewer will ask me any thing to change in code then i can't so as a biggner is it to do okk either i should focus on logic ......also please tell how to build logic
@droidmonk4820
@droidmonk4820 Месяц назад
Hi, Atharva Tools like chat gpt helps a lot, but if don't know the basics then you'll face lots of difficulties ahead. You code will be difficult to maintain. You face difficulties in making changes to your product. So try to get your basics clear. Its good that you know your weak points , now you can use chatgpt itself to get good at those concepts . Thanks for commenting, stay connected.
@ahmet9604
@ahmet9604 2 месяца назад
First of all, thank you very much for the videos you share. I will have a suggestion. It would have been much more efficient if you had explained the topics you were trying to teach in sequence within a project. The videos in the playlist are not sequential. there are many codes changed between two videos. People who do not have all the codes in your project may have problems adding the codes you are trying to teach. ❤
@droidmonk4820
@droidmonk4820 2 месяца назад
Thank you very much for the suggestion. I am planning some new videos , those will not have this issue. Thanks again for commenting, Stay connected.
@-julie-4882
@-julie-4882 2 месяца назад
unfortunately, that doesn't work in web app :(
@droidmonk4820
@droidmonk4820 2 месяца назад
What error do you get? Can you share some info from the stack trace!
@noxtube7937
@noxtube7937 2 месяца назад
Thank you brother for this ulpfull tutorial; you really solve my problem
@droidmonk4820
@droidmonk4820 2 месяца назад
Glad to know it helped. Stay connected.
@daniellawibz3878
@daniellawibz3878 2 месяца назад
Bro thank you for what you're doing!
@droidmonk4820
@droidmonk4820 2 месяца назад
Thanks for commenting, stay connected.
@azam_izm
@azam_izm 2 месяца назад
thank you so much and lots of love from Pakistan sir
@droidmonk4820
@droidmonk4820 2 месяца назад
Thank you Azam, stay connected.
@mugishaclinton7205
@mugishaclinton7205 3 месяца назад
Thankyou very much for this sir. Could you please do one where the text displayed is using json in the firebase console. for example the txtData, the color of the text and the font size all in a json file and being loaded in the app
@droidmonk4820
@droidmonk4820 3 месяца назад
Thanks for commenting. I shall make a video soon. Stay connected.
@tumwinegideon8699
@tumwinegideon8699 3 месяца назад
Thank you very much. Could you please do one for using json.
@droidmonk4820
@droidmonk4820 3 месяца назад
I shall try to create one, although I am not being able to keep my promises these days. Thanks for commenting , stay connected.
@unknown38835
@unknown38835 3 месяца назад
Gran video, me sirvió muchísimo
@droidmonk4820
@droidmonk4820 3 месяца назад
me alegro de escuchar eso Mantente conectado
@aloysiusmichael1635
@aloysiusmichael1635 3 месяца назад
thx u very much bro, u are more meritorious than my lecturer who taught Flutter Firebase
@droidmonk4820
@droidmonk4820 3 месяца назад
Glad to know that my video helped, thanks for commenting . Stay connected.
@Andrew_C_J
@Andrew_C_J 3 месяца назад
Hello sir
@droidmonk4820
@droidmonk4820 3 месяца назад
Hello, What's up?
@abhishekbhujel4158
@abhishekbhujel4158 4 месяца назад
Hi Iam gettting this error Google sign-in failed: com.google.android.gms.common.api.ApiException: 10:
@droidmonk4820
@droidmonk4820 4 месяца назад
This happens when you add a wrong SHA1 key, you have to get the SHA1 for your system.
@abhishekbhujel4158
@abhishekbhujel4158 4 месяца назад
​@@droidmonk4820 i generated new sha1 and added but still getting same error
@droidmonk4820
@droidmonk4820 4 месяца назад
@@abhishekbhujel4158 verify whether you have create the SHA1 for the correct build debug/release
@abhishekbhujel4158
@abhishekbhujel4158 4 месяца назад
@@droidmonk4820 hi I solved the problem and used your code for a successful google sign in.
@aghashabih2299
@aghashabih2299 3 месяца назад
@@droidmonk4820 I have done the same SHA 1 and 256 both added using keytool -list -v \ -alias androiddebugkey -keystore ~/.android/debug.keystore from mac but still same issue on ANDROID
@VirtualEducationLYF-dd1lh
@VirtualEducationLYF-dd1lh 4 месяца назад
it show error bro:Unhandled Exception: [firebase_storage/no-bucket] No default storage bucket could be found. Ensure you have correctly followed the Getting Started guide. anyone clear this problem
@droidmonk4820
@droidmonk4820 4 месяца назад
Here are some possible causes and solutions: Missing Firebase configuration: Ensure that you have properly configured Firebase in your Flutter project by following the setup instructions provided by Firebase. This includes adding the google-services.json file for Android or GoogleService-Info.plist for iOS to your Flutter project. Incorrect Firebase initialization: Make sure that you have initialized Firebase correctly in your Flutter app. This is usually done in the main.dart file using Firebase.initializeApp(). Missing or incorrect bucket name: Double-check that you have specified the correct default storage bucket in your Firebase project settings. The bucket name should be in the format gs://your-project-id.appspot.com. Permissions issue: Ensure that the Firebase Storage service is enabled for your project and that the necessary permissions are set correctly. Check the Firebase console to verify the project settings. Network issues: Sometimes, network issues can also cause this error. Ensure that your device has a stable internet connection and can access Firebase services. Outdated Firebase SDK: Make sure you are using the latest version of the Firebase SDK for Flutter. You can check for updates using Flutter's package manager (pubspec.yaml). You can also try the solution of the link below: stackoverflow.com/questions/70763172/flutter-firebase-storage-not-woriking-no-default-bucket
@izanagi2014
@izanagi2014 4 месяца назад
Does anyone got this Error after trying to upload the image ? FirebaseException ([firebase_storage/no-bucket] No default storage bucket could be found
@droidmonk4820
@droidmonk4820 4 месяца назад
Here are some possible causes and solutions: Missing Firebase configuration: Ensure that you have properly configured Firebase in your Flutter project by following the setup instructions provided by Firebase. This includes adding the google-services.json file for Android or GoogleService-Info.plist for iOS to your Flutter project. Incorrect Firebase initialization: Make sure that you have initialized Firebase correctly in your Flutter app. This is usually done in the main.dart file using Firebase.initializeApp(). Missing or incorrect bucket name: Double-check that you have specified the correct default storage bucket in your Firebase project settings. The bucket name should be in the format gs://your-project-id.appspot.com. Permissions issue: Ensure that the Firebase Storage service is enabled for your project and that the necessary permissions are set correctly. Check the Firebase console to verify the project settings. Network issues: Sometimes, network issues can also cause this error. Ensure that your device has a stable internet connection and can access Firebase services. Outdated Firebase SDK: Make sure you are using the latest version of the Firebase SDK for Flutter. You can check for updates using Flutter's package manager (pubspec.yaml). You can also try the solution of the link below: stackoverflow.com/questions/70763172/flutter-firebase-storage-not-woriking-no-default-bucket
@hemangaborah8526
@hemangaborah8526 4 месяца назад
Arey bapu! Okhomiya neki?
@droidmonk4820
@droidmonk4820 4 месяца назад
হয় বন্ধু, ভাল লাগিল লগ পাই 🤗, Stay connected.
@thc8706
@thc8706 4 месяца назад
thank you. I do successfully. But you forgot to replace the google-services.json file
@droidmonk4820
@droidmonk4820 4 месяца назад
Thanks, I shall check. Stay connected.
@umargee5737
@umargee5737 5 месяцев назад
thanks
@droidmonk4820
@droidmonk4820 5 месяцев назад
Welcome brother, stay connected.
@learnwithshadyar
@learnwithshadyar 5 месяцев назад
Is it same for mac? does not anything else?
@learnwithshadyar
@learnwithshadyar 5 месяцев назад
@@droidmonk4820 NP bro, thank you very much
@user-ss1sz1ks7e
@user-ss1sz1ks7e 5 месяцев назад
Thank uyo
@arthuremig3496
@arthuremig3496 5 месяцев назад
Thank you very much for this explanation! Very useful!
@acornerofherheart-jr9pl
@acornerofherheart-jr9pl 6 месяцев назад
hey i m stuck at showing appointment in calendar fetched from the firebase ...i tried various ways but not getting succeed do u have any video on that? not able to load all stored appointment on calendar dates
@droidmonk4820
@droidmonk4820 6 месяцев назад
Currently I don't have a video on this, but I would like to know whether you are having the issue while fetching data from firebase or while populating the calendar with the data!!
@acornerofherheart-jr9pl
@acornerofherheart-jr9pl 6 месяцев назад
u explained well .. best video for novice like me
@acornerofherheart-jr9pl
@acornerofherheart-jr9pl 6 месяцев назад
hey i got ur video after resolving multidaxenabled issue.. then i implemented ur code for fetching data but i got _Jsonsnapshot' as a data not the value of my field ... i copied ur code exact still not working plz suggest where i m going wrongly in my database
@droidmonk4820
@droidmonk4820 6 месяцев назад
Are you getting any error, take a look at your console and share the stacktrace if any
@CodeTrekker
@CodeTrekker 6 месяцев назад
remoteconfig didn't get value everything is done const String apiKey = "transaction_api"; @lazySingleton class RemoteConfigService { final FirebaseRemoteConfig remoteConfig = FirebaseRemoteConfig.instance; final log = getLogger('RemoteConfigService'); String get api => remoteConfig.getString(apiKey); Future<void> initialize() async { try { await remoteConfig.activate(); await FirebaseRemoteConfig.instance.fetchAndActivate(); } catch (e) { print('Error fetching remote config: $e'); // Add your error handling logic here } await remoteConfig.setConfigSettings( RemoteConfigSettings( fetchTimeout: const Duration(seconds: 60), minimumFetchInterval: const Duration(seconds: 0), ), ); await remoteConfig.ensureInitialized(); await remoteConfig.fetchAndActivate(); await remoteConfig.fetch(); print(api); } }
@DMT-RITHMER
@DMT-RITHMER 6 месяцев назад
mannn thank you so much <3
@themargaritaparra
@themargaritaparra 6 месяцев назад
source code please?
@abdulrehman-hv1ol
@abdulrehman-hv1ol 6 месяцев назад
man saved my day earned a sub❣❣❣
@husnulaqib5303
@husnulaqib5303 6 месяцев назад
very thanks
@droidmonk4820
@droidmonk4820 6 месяцев назад
Most welcome, Stay Connected
@shuamilabs
@shuamilabs 6 месяцев назад
thank you for this tutorial. it help me.
@droidmonk4820
@droidmonk4820 6 месяцев назад
Glad it helped. Stay Connected.
@kavindusathsara3245
@kavindusathsara3245 7 месяцев назад
Very Good 😍
@droidmonk4820
@droidmonk4820 6 месяцев назад
Thank you! Cheers! Stay connected.
@loveleshagrahari3875
@loveleshagrahari3875 7 месяцев назад
You are great sir please keep helping us
@MUDDLED
@MUDDLED 7 месяцев назад
This is a bible for FirebaseFirestore, Thank You :)
@brakdarany1616
@brakdarany1616 7 месяцев назад
Amazing explanation
@droidmonk4820
@droidmonk4820 7 месяцев назад
Glad you liked it
@brakdarany1616
@brakdarany1616 7 месяцев назад
Amazing turtorial <3
@jonyifamily7311
@jonyifamily7311 8 месяцев назад
Sorry mster but no thing display when I click on the button of login
@ravisolanki480
@ravisolanki480 8 месяцев назад
how to delete your own data only
@droidmonk4820
@droidmonk4820 8 месяцев назад
Once you implement authentication, you can make the deletion feature accessible only to the users who should be able to delete the data.
@moshehta2827
@moshehta2827 8 месяцев назад
Awsome ❤❤
@vanquoc29
@vanquoc29 9 месяцев назад
very bad
@angelusvamp77
@angelusvamp77 9 месяцев назад
I was stuck with this but this video really really helped me!!... Thank you very much!!
@droidmonk4820
@droidmonk4820 9 месяцев назад
Glad it helped! Stay connected.
@TheMechBoys-hq3uc
@TheMechBoys-hq3uc 9 месяцев назад
when i update the value of TextInputField so when done on keypad it will change to intialize value,any suggestion how to handle this ???
@droidmonk4820
@droidmonk4820 9 месяцев назад
Are you initializing the TextEditingController inside the build method?
@TheMechBoys-hq3uc
@TheMechBoys-hq3uc 9 месяцев назад
@@droidmonk4820 ok.,,I got the point now thanks
@restaurantrecipebyhafsa
@restaurantrecipebyhafsa 10 месяцев назад
when i clicked on the images in firebase it doesnot preview the image . kindly let me know how to preview images
@droidmonk4820
@droidmonk4820 10 месяцев назад
On clicking the image the preview should appear on the right, and below the preview the file name appears, on clicking the file name the image is opened in a new tab.
@restaurantrecipebyhafsa
@restaurantrecipebyhafsa 10 месяцев назад
@@droidmonk4820 but its not shoing on right and also not op3ning jn new tab rather it is downloading when i clicked on the name of image
@sameel2531
@sameel2531 10 месяцев назад
source code
@richard2845
@richard2845 10 месяцев назад
thanks for the tutorial and it's very clear
@droidmonk4820
@droidmonk4820 10 месяцев назад
Glad to hear that! Stay connected.
@user-dh9sy2et6d
@user-dh9sy2et6d 10 месяцев назад
My page keeps loading but not displaying anything. Any tips?
@droidmonk4820
@droidmonk4820 10 месяцев назад
Hi, sorry for the delay in responding. Please check if you are returning appropriate widget when data arrives or error occurs inside the builder function of the FutureBuilder. Thanks for commenting, stay connected.
@muhammadmohsinhussain5428
@muhammadmohsinhussain5428 10 месяцев назад
Thanks a lot dear! The way you teach is much better then others.