👉Join 12 Week Flutter Training: heyflutter.com 👉Join the WhatsApp Channel to get the latest news about Flutter & HeyFlutter: whatsapp.com/channel/0029VaDNCZtC1Fu8nL2vmw3f Source Code: github.com/JohannesMilke/firebase_crud
I was skeptical at first seeing just how short the video is but you proved me wrong, this is a really great vid. Simple, short, to the point, no stutter on your voice, very professional. Thanks a lot.
Great tutorial! I have a video idea for you: Flutter how to center Textfield on screen after the user taps on it? When we usually tap a TextField, it will be positioned a little above the keyboard but we do not want that if we want a better UX
Wow, very very good content here ! I'm trying firebase for the first time so i'm still confused on the relation between data (how to only target the documents of a specific user for exemple). But this was not the point of this video ! For the basic implementation of the CRUD with flutter and firebase, this is exactly was I was looking for !! Great Job ! Many thanks
I have watched all these request videos that you uploaded in chunks or individual, still i watched the video for making it clear i didn't miss any thing.. Old Subscriber❤👍
I run into the issue of getting error: Expected a type String but got one of type Null. Solved it by: - Add inside the model Users null safety so: final String name becomes > final String? name - And inside the listtile your Text with the value inside needs to change from: name to: name ?? "" Hope this helps out someone who also runs into this. Also a good practice to always add these checks. Thanks Johannes for another great tutorial!
Great tutorial. When was this video created? Because when setting up you Flutter project on the Firebase console, I believe you no longer need to select Android, but can select Flutter, which will be right next to the Unity logo. It's easier that way.
you have updated data by giving specific id how can we update data via form FirebaseFirestore.instance.collection('users').doc(); what shall i give in doc()insted of id i want to update
Thank you for the great tutorials. Request: Can you make a tutorial showing how to manage Firestore CRUD operations when the user loses access to a data connection. For example, if the user submits an update to Firestore with an async function but there is no data connection - how do you skip the await process and yet still update firestore later when there is a data connection?
Thank You @swalihzamnun1547! Follow this link: stackoverflow.com/questions/70357014/flutter-firebase-retrieve-different-users-data I hope you will get your answer 🙂
I cant see any videos on your channel that discusses DELETION specifically removing a document and all collections/subcollections - It would be great to see your approach on this ...
Next, make a video about firebase remote config. Make a video on how to save the API key in the remote config, and how to change the behavior of the app using remote config. For example how to send a pop-up message to update an app using firebase remote config 🔥
Thank you, иприпшорл! 🙂. No, for that firebase has slightly different procedure. Check out this link: stackoverflow.com/questions/62743910/flutterhow-can-we-use-firebase-database-with-desktop-application.
Thank You @DavidHergert! Follow this link: stackoverflow.com/questions/71000319/flutter-web-does-not-render-correctly-when-chrome-app-on-mobile-with-desktop-sit I hope you will get your answer 🙂
Hey ! Johannes, i hv been following you from a long time now and it's great watching from your vdos, it helped me alot for doing client projects. I want you to make a "php MySQL in flutter (mobile)" vdo. Love from INDIA❤️
infact I created a form with the stepper widget that I manage to register on firebase firestore. a form (name, address, pincode...). I would like to display a message to the user in case he enters a name that already exists in the database.
great vid, but i have one question, how to navigate it to new page ? and pass data on it ?, i tried to navigate via buildUser(ListTile) and produce error, the context isn't defined
Thank You Czerx Jagody! Follow this link: stackoverflow.com/questions/72656557/error-the-getter-context-isnt-defined-for-the-class-otppage I hope you will get your answer 🙂
Please help me. I tried using your method in the "read data" part of the video in displaying images from firebase. I have some trouble in precaching the image with the user.map(buildUsers).toList() inside the ListView under the StreamBuilder. How do I precache the image?
Hello, thanks for the tutorial. I have a question, how can i pass the data from the "ListTile" into da second screen like DetailScreen. Like click the frist one -> Detailscreen opens with the informations. That would be sooo helpfull :)
Hey man, great Video, helped me a lot! I have one more question maybe for the other people as well: How can i check if a document inside my firebase database with a given id is already inside my collection? Would help me a lot and im struggling at the moment! Thx alot and have a nice day!
Thank You @user-tw8qc8zo5o!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
Hello, padmini lakshmanan! Follow this link: stackoverflow.com/questions/70232931/firebaseoptions-cannot-be-null-when-creating-the-default-app I hope it will solve your problem. Thank You 🙂
Hey writhing data has been fine on my end, I'm thankful. Is it possible to just get just one collection of data from the database at a time. Like in python where we'd say. Select all borthdays where name = Emma.
Thank You Leonard Kabasa! Follow this link: stackoverflow.com/questions/53517382/query-a-single-document-from-firestore-in-flutter-cloud-firestore-plugin I hope you will get your answer 🙂
Ok thanks. I was ok until I reached the "read user" part. I keep running an error saying "there are multiple heros that share the same tag within the subtree". What am I doing wrong sir?
Hello, Haicker! Follow this link: stackoverflow.com/questions/50640845/circularprogressindicator-not-displayed-in-flutter I hope it will solve your problem. Thank You 🙂
I get this error in the line 'await Firebase.initializeApp();' : PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null))
Thank You Diego Camilo Peña Ramirez! Follow this link: stackoverflow.com/questions/72880037/unhandled-exception-platformexceptionchannel-error-unable-to-establish-connec I hope you will get your answer 🙂
Thank You prem chandraseakaran! Follow this link: stackoverflow.com/questions/63099309/is-there-a-way-to-rename-file-in-firebase-storage-using-flutter I hope you will get your answer 🙂
When I try to run the main.dart file after setting up the Firebase with Flutter, the error below occurs: Could not find a command named "App\brew_crew\android\". (brew_crew is the project name) I am not sure how to debug this, would you mind to provide me with some suggestions ?
Thank You K Prakash! Follow this link: stackoverflow.com/questions/52060516/flutter-how-to-change-android-minsdkversion-in-flutter-project I hope you will get your answer 🙂
my database is not working properly.. its doing write operation but not read operation, perfectly followed your vid from start to end but still having this issue its not showing data..
Hi man, I have a question. I'm working on a project where I want to list all the users that have the same job that the logged in user has. Job is a required field of every document. Can u tell me how to do it?? Thanks
Thank You PoisoNels! Follow this link: stackoverflow.com/questions/59955033/type-string-is-not-a-subtype-of-type-null-in-get-method-flutter I hope you will get your answer 🙂
Thank You Aaditya Jagdale!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
Thank You Azhagappan Kathiresan! Follow this link: stackoverflow.com/questions/69732901/flutter-firestore-how-to-get-data-from-a-document-reference-in-a-document-fiel I hope you will get your answer 🙂
Hi awesome tutorial, but l have a question. How do l get docs name when names of documents are created by firebase '7697pVFo22W2ODjTeprPdsaGyPD3' ← something like this? L want to delete document but l can't bc l don't know what name is of this document. How can l get it or how can l delete such document?
i am getting a error when i try to implement the readuser function i am getting the error. the user perameter is showing error it's say The argument type 'Object?' can't be assigned to the parameter type 'Users?'.dartargument_type_not_assignable
👉Join 12 Week Flutter Training: heyflutter.com
👉Join the WhatsApp Channel to get the latest news about Flutter & HeyFlutter: whatsapp.com/channel/0029VaDNCZtC1Fu8nL2vmw3f
Source Code: github.com/JohannesMilke/firebase_crud
I was skeptical at first seeing just how short the video is but you proved me wrong, this is a really great vid. Simple, short, to the point, no stutter on your voice, very professional. Thanks a lot.
Glad to hear that, Thank you Jun! 😊
The best tutorial I've ever found! Huge respect! Hello from Kharkiv, Ukraine!
Glad it helped, Dmytro Skurikhin! 🙂
Hope everything is good bro!
Really good video, shot and informative. Hi, from Mykolayiv, Ukraine
this is the best channel for flutter I have ever met🥰😍
I cannot explain just how helpful this video was to me. Thank you so much
You’re most welcome, Prize! 🙂
I am glad to have found our channel. Very good explanation and code of everything.
Thanks.
Glad to hear that, Thank you Thomas Schroeder! 😊
Great tutorial! I have a video idea for you: Flutter how to center Textfield on screen after the user taps on it? When we usually tap a TextField, it will be positioned a little above the keyboard but we do not want that if we want a better UX
this video is the best guide for firebase
Glad you liked it, @user-lf6db1zf2c 😀
Now I'm a huge fan of yours, you're a Flutter avenger, literally!
Glad to hear that, Thank you I Flutter You! 😊
nice teaching, i really get the method after seeing this. thanks for all
.
Glad to hear that, Thank you @Ange-PaterneDali! 😊
Wow, very very good content here ! I'm trying firebase for the first time so i'm still confused on the relation between data (how to only target the documents of a specific user for exemple). But this was not the point of this video ! For the basic implementation of the CRUD with flutter and firebase, this is exactly was I was looking for !! Great Job ! Many thanks
Glad to hear that, Thank you Victor Mth! 😊
I have watched all these request videos that you uploaded in chunks or individual, still i watched the video for making it clear i didn't miss any thing..
Old Subscriber❤👍
I run into the issue of getting error: Expected a type String but got one of type Null.
Solved it by:
- Add inside the model Users null safety so:
final String name becomes > final String? name
- And inside the listtile your Text with the value inside needs to change from: name to: name ?? ""
Hope this helps out someone who also runs into this. Also a good practice to always add these checks.
Thanks Johannes for another great tutorial!
Great, Thank you Tom!
Literally your way of teaching is best. Love from Pakistan ❤
Thank you, Waqas Bashir! 🙂
Your content give me more idea and ability to create a great app. Thankfully.
Thanks for the to the point video. I was able to execute the project without exception with your help.
Glad I could be of help, Thank you ruchir santuka! 😊
thank you very much, i'm not good at english, but you're video is very helpful by using clear and easy english also good to comprehend. thank you!
Thanks, for your support, Sheer Dev! 🙂
Amazing @Johannes
It's not a Firebase database tutorial, but a tutorial for Firebase Firestore! Those are different products!!
This tutorial helps me alot thanks
Glad it was helpful, @user-dd3xe6rg7o 😀
such a great video,perfect tutorial
Thank you, @nikhiljain5441! 🙂
Thank u for sharing. Awesome
You are welcome, @mao3043 😊
Good tutotrial! thanks Johannes
Thanks, also Ando Vianney! 🙂
Thank you for your tutorials
You are welcome, Joey SS!
best instructor as usual
Glad to hear that, Thank you _itskarim! 😊
concept abstraction love😍
Thank you, Muhammed Sibil! 🙂
You're the best at this sir 👍💯
Wow, very very good content here!
Thanks, @cianoatlas! 🙂
Thank you my brother
You are welcome, Oumar Zabre 😊
@@HeyFlutter thank you Milke
thank your video so much! it helps me, hope you create more video about Flutter 🥰
Glad you liked, @touyenaothi7548 😀
Very clear and easy way, thank you so much
yes he's excellent at teaching, it's so straightforward and easy to understand!
Thanks, also Medo 7911! 🙂
Great video ever about Firebase. Really!
Sir thank u i had gotten from U a lot things
Thank you so much for your tutorials. Irreplaceable!!
awesome tutorial
Thank you, Hugo Gomes! 🙂
Great tutorial. When was this video created? Because when setting up you Flutter project on the Firebase console, I believe you no longer need to select Android, but can select Flutter, which will be right next to the Unity logo. It's easier that way.
Thank you
You are welcome, Mohamed Zeghlache!
For Those Getting Error at set(), use add():
await docUser.add(json);
Thank you, PSP PoKs! 🙂
you have updated data by giving specific id
how can we update data via form
FirebaseFirestore.instance.collection('users').doc();
what shall i give in doc()insted of id i want to update
Hey, Bipul Deshar 🙂 doc id is must to update data, it is available to you in doc snapshot loaded from firebase
I see title "CRUD" alot on RUclips then I don't know what's mean , Thanks you for nap a litle meaning on this clip title .
CRUD stands for Create, Read, Update and Delete respectfully
Thank you for the great tutorials. Request: Can you make a tutorial showing how to manage Firestore CRUD operations when the user loses access to a data connection. For example, if the user submits an update to Firestore with an async function but there is no data connection - how do you skip the await process and yet still update firestore later when there is a data connection?
Thanks for the idea, Nacho Libre! 🙂 I have added it to my list of ideas for future videos!
Will this work seperately for every user ?
Like will it store like a different database for every user ?
Thank You @swalihzamnun1547! Follow this link: stackoverflow.com/questions/70357014/flutter-firebase-retrieve-different-users-data
I hope you will get your answer 🙂
professional work, thank you
You are welcome, amjad zayed!
Search data from local database in implement staggered grid view
I cant see any videos on your channel that discusses DELETION specifically removing a document and all collections/subcollections - It would be great to see your approach on this ...
Thanks for the idea @paulbaker2499 😀, i have added it in my list of future videos
very helpful to me, thanx dear
Thanks, also Manish Mor! 🙂
Super helpful, thank you!
Glad it was helpful, David Vasquez 😀
Thanks
You are welcome, CodexBD!
@@HeyFlutter ❤
Nice❤ Thank
You are welcome, GAME VLOGS!
danke schön 😃👍
Thank you, Friedrich von! 🙂
Next, make a video about firebase remote config. Make a video on how to save the API key in the remote config, and how to change the behavior of the app using remote config. For example how to send a pop-up message to update an app using firebase remote config 🔥
good work
Thanks, @user-yy7he3dp1g! 🙂
please Sir can you make video about firebase rules ?
@@HeyFlutter add this as important 😋I can't find deep explain on yt I hope I can learn more from you 😊
Hello, if i follow this steps can i run on desktop browsers?
Thank you, иприпшорл! 🙂. No, for that firebase has slightly different procedure. Check out this link: stackoverflow.com/questions/62743910/flutterhow-can-we-use-firebase-database-with-desktop-application.
So amazing!
Thanks, Jan Conde! 🙂
Do Flutter UIs like this render properly in a web browser as well?
Thank You @DavidHergert! Follow this link: stackoverflow.com/questions/71000319/flutter-web-does-not-render-correctly-when-chrome-app-on-mobile-with-desktop-sit
I hope you will get your answer 🙂
Hey ! Johannes, i hv been following you from a long time now and it's great watching from your vdos, it helped me alot for doing client projects. I want you to make a "php MySQL in flutter (mobile)" vdo. Love from INDIA❤️
@@HeyFlutter so grateful of you sir 🤗
What is the benefit of using a model object?
infact I created a form with the stepper widget that I manage to register on firebase firestore. a form (name, address, pincode...).
I would like to display a message to the user in case he enters a name that already exists in the database.
Hey, Oumar Zabre 🙂 you can first read/load user's info from database and then compare whatever values you want to
I love you!!!!!!
Thanks, @kaiguyvtuber! 🙂
YES THANK YOU!!
great vid, but i have one question, how to navigate it to new page ? and pass data on it ?, i tried to navigate via buildUser(ListTile) and produce error, the context isn't defined
Thank You Czerx Jagody! Follow this link: stackoverflow.com/questions/72656557/error-the-getter-context-isnt-defined-for-the-class-otppage
I hope you will get your answer 🙂
Can you help to convert the buildUser Widget into a stateless widget to use a card with buttons
Hey, Willders Peña 🙂 Why won't you give it a try and let us know your progress
@@HeyFlutter someone helped me on stack overflow :)
@@ilwsl Link?
Excelente video! Me sirvió.
Thank you, Mattias Peralta! 🙂
Thanks alot
Thank you very much, but I'm facing an error at roughly 9:00 . "The method 'toList' isn't defined for the type 'Iterable'
Thank you @eugeneow7269, make sure to follow the tutorial step by step 🙂
Please help me. I tried using your method in the "read data" part of the video in displaying images from firebase. I have some trouble in precaching the image with the user.map(buildUsers).toList() inside the ListView under the StreamBuilder. How do I precache the image?
Thank You raves_r! Follow this link: medium.flutterdevs.com/precache-images-in-flutter-73abfedb0769
I hope you will get your answer 🙂
Hello, thanks for the tutorial.
I have a question, how can i pass the data from the "ListTile" into da second screen like DetailScreen. Like click the frist one -> Detailscreen opens with the informations.
That would be sooo helpfull :)
Hey 😊, @phandoumas2921! Check out this video: ruclips.net/video/l3KnuUmlr-w/видео.html I hope this may help you!
Sir, please make a video on firebase cloud function for firebase database crud operation in production mode for authenticated users.
Hey man, great Video, helped me a lot!
I have one more question maybe for the other people as well:
How can i check if a document inside my firebase database with a given id is already inside my collection? Would help me a lot and im struggling at the moment!
Thx alot and have a nice day!
Hey 😊, @PriXss! Check out this solution: stackoverflow.com/a/62735067
Thank you very much and It's Nice explanation but i could not see any source code for firebase_crud. I can see empty files only.
Thank You @user-tw8qc8zo5o!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
But I am getting error while validator of null operator
Please solve my problem
Thank you, Ache Nishwith! 🙂. Try to provide enough details with yours question whenever you face any issue.
I am getting this error firebaseoptions cannot be null when creating the default app. Pls tell me how to solve this.
Hello, padmini lakshmanan! Follow this link: stackoverflow.com/questions/70232931/firebaseoptions-cannot-be-null-when-creating-the-default-app
I hope it will solve your problem. Thank You 🙂
Hey writhing data has been fine on my end, I'm thankful. Is it possible to just get just one collection of data from the database at a time. Like in python where we'd say. Select all borthdays where name = Emma.
Thank You Leonard Kabasa! Follow this link: stackoverflow.com/questions/53517382/query-a-single-document-from-firestore-in-flutter-cloud-firestore-plugin
I hope you will get your answer 🙂
Ok thanks. I was ok until I reached the "read user" part. I keep running an error saying "there are multiple heros that share the same tag within the subtree". What am I doing wrong sir?
one great tut one request please make tutorial on realtime db using stream builder in flutter
@@HeyFlutter sure pls try to make this tutorial as fast as possible
Sir please Create CRUD operation in AWS .please Make an Video about this topic.
I need your help why it's only apear CircularProgressIndicator?
Hello, Haicker! Follow this link: stackoverflow.com/questions/50640845/circularprogressindicator-not-displayed-in-flutter
I hope it will solve your problem. Thank You 🙂
I get this error in the line 'await Firebase.initializeApp();' :
PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null))
Thank You Diego Camilo Peña Ramirez! Follow this link: stackoverflow.com/questions/72880037/unhandled-exception-platformexceptionchannel-error-unable-to-establish-connec
I hope you will get your answer 🙂
how to rename the file name in flutter and update in to firebase (consider already inside the file user having couple of images)
Thank You prem chandraseakaran! Follow this link: stackoverflow.com/questions/63099309/is-there-a-way-to-rename-file-in-firebase-storage-using-flutter
I hope you will get your answer 🙂
When I try to run the main.dart file after setting up the Firebase with Flutter, the error below occurs:
Could not find a command named "App\brew_crew\android\". (brew_crew is the project name)
I am not sure how to debug this, would you mind to provide me with some suggestions ?
Thank You Jason Ong! Follow this link: stackoverflow.com/questions/50652071/flutter-command-not-found
I hope you will get your answer 🙂
Hi sir make a video cloud function with flutter thanks.
Brother how you know mainsdkversion and targetsdkversion values
Thank You K Prakash! Follow this link: stackoverflow.com/questions/52060516/flutter-how-to-change-android-minsdkversion-in-flutter-project
I hope you will get your answer 🙂
why do you use request for code i can't access also you don't give me access
my database is not working properly.. its doing write operation but not read operation, perfectly followed your vid from start to end but still having this issue its not showing data..
Thank you, @user-qm4pm1nu5k! 🙂. Try to provide enough details with your question whenever you face any issue.
Hi man, I have a question. I'm working on a project where I want to list all the users that have the same job that the logged in user has. Job is a required field of every document. Can u tell me how to do it??
Thanks
Hey 😊, Pablo Diaz! Check out this solution : stackoverflow.com/a/71039737
What about the config for iOS?
Can u make a video about the firebase pricing
Sir if a use gridview.builder, how to get data name field in collection firebase?
Hey, Fahrul Rozi! Check out this playlist to learn more about firebase : ruclips.net/p/PL1WkZqhlAdC9TgTee50FWiiwVZ6kQg4W7
I'm getting this error type 'String' is not a subtype of type 'Null' in get method flutter
Thank You PoisoNels! Follow this link: stackoverflow.com/questions/59955033/type-string-is-not-a-subtype-of-type-null-in-get-method-flutter
I hope you will get your answer 🙂
But now Firebase has an option of "Add to Flutter app". Do I still need to add to "Android app" ?
Hey, JayJ 🙂 Thanks for sharing, we'll try to update tutorial soon
There is an option for Flutter Apps now, should I use that one?
Edit: It is not working as intended, flutter app doesn't run.
Thank you, Shrirang Mahajan! 🙂. Try to paste the error message with your question whenever you face any issue or error.
@@HeyFlutter I didn't use the Flutter option, when Android option is used, it works normally.
Thanks!
Helpful
@Johannes, Which state management is good for beginner ?
Thank you, prem chandraseakaran! 🙂. In my opinion provider will be good.
@@HeyFlutter
i am not getting email when I fill the form through github. I checked email, spam and even tried second email. Please help
Thank You Aaditya Jagdale!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
Hi, I have a data field as a reference value of another document. So how can i get value for that refrence and display
Thank You Azhagappan Kathiresan! Follow this link: stackoverflow.com/questions/69732901/flutter-firestore-how-to-get-data-from-a-document-reference-in-a-document-fiel
I hope you will get your answer 🙂
I got error "Type null is not a subtype of type string" when implementing 10:26 part of the video, any solution ?
Thank you @ashdream5600, make sure to follow the tutorial step by step 🙂
would you make an updated version of this since firebase officially supports flutter now? im just curious
Hi awesome tutorial, but l have a question. How do l get docs name when names of documents are created by firebase '7697pVFo22W2ODjTeprPdsaGyPD3' ← something like this? L want to delete document but l can't bc l don't know what name is of this document. How can l get it or how can l delete such document?
Thank You RABBIT V! Follow this link: stackoverflow.com/questions/53994972/flutter-remove-a-firebase-document-ontap
I hope you will get your answer 🙂
Please a video for flutter, php and mysql login, signup and crud
i am getting a error when i try to implement the readuser function i am getting the error. the user perameter is showing error it's say The argument type 'Object?' can't be assigned to the parameter type 'Users?'.dartargument_type_not_assignable
Thank you md shahed, make sure to follow the tutorial step by step 🙂