Firestore CRUD with Flutter

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

Firestore is a document based NoSQL database that is part of the Firebase suite of tools maintained by Google. Learn how to you use Firestore as a backend database for your Flutter app in this video.

Article:

Github:

Social Media:

Patreon:
Рекомендации по теме
Комментарии
Автор

I can't believe it took me over a year to find this video. Such amazing content! Keep it up.

aezakmie
Автор

I can't wait for a complete Flutter Course by Andy! I love the way you teach! ON POINT!

earnestaddae
Автор

Thank you for showing me how to do things that other don't show

congtoannguyen
Автор

Tip @53:59
If your textfields do not populate after initializing the 'nameController' and 'priceController', check to see if the controllers are added to the respective textfields using the 'controller:' method.
My IDE did not populate this for me so I was a bit confused.

Also, for updating, make sure you add an if:else statement in your saveProduct() inside your provider to check if _productId == null

batmanw
Автор

Provider and firestore CRUD was never this easy, thanks man. You should defınıtely have your own course on Udemy, there are people who already made $1M. You deserve it man! Thanks again!

azackmatoff
Автор

I’ve learned a lot from you. I really liked the relaxed way you present the material. Allow me to suggest you to type ‘stf’ and ‘enter’ to create a statefulWidget, and ‘stl’ and ‘enter’ for stateless.

romeubeatotech
Автор

This video has been my lifesaver. I now have a working app that talks to a firebase db.

exploringflorida
Автор

This is one of the best flutter channel on YouTube.We the viewers owe Andy an obligation to get more subscribers for his channel.

samuelairadion
Автор

I was losing hope for understanding the state management system. Best tutorial.

sumeetmathpati
Автор

+34:31 Firestore is depreciated. Use FirebaseFirestore instead. Same goes to document() -> doc() and setData() -> set()

zubquzaini
Автор

Your videos are brilliant, i've tried multiple udemy courses but no one explains it as simply as you do. thank you!

catatonicfelhunter
Автор

I like the way you structure your code. Currently thinking of moving from Bloc to Providers. Nice Tutorial Andy

IloCalistus
Автор

Thx bro. This helps me a lot with my app. I have an app calendar for shift workers. I will use this for private events, group events...

didiDanaila
Автор

No explained that it is so simple, But you did it thanks for the great Video. I don't watch long videos but your worth watching. Very organized way you have done all. Thanks a lot man you saved me

mrityunjaybhagat
Автор

Got that right !! FINALLY... wooHoo! :D :P . Thanks to you Andy, i was able to create a whole app from scratch and I am not even from a coding background. Computer was just a subject in my course XD

now, a final piece :: "how do I add the SEARCH function on the list created here ?"
And am sure if not many, few are struggling like me as well :P

Cos' seriously I tried like times but simply couldn't! :(

vivekjunghamal
Автор

I didn't know Dwayne the Rock Johnson has started making Flutter tutorials. Best tutorial though.

adeebullahadab
Автор

I don't understand why we have to mirror the model in our provider, can someone explain? wouldn't it be the same to create a List<Product> in the provider and just have methods on that list?

sercantor
Автор

Do you have any courses? You made Flutter so easy and explain everything so well, thanks! Keep up the great content

sirrealistically
Автор

I watched it more than 3 times. Great video!

peter.wang__
Автор

i'm getting this message from console:
W/Firestore( 2018): (21.4.3) [GrpcCallProvider]: Failed to update ssl context:

and data isn't added ro the real time database, i made some research and it seems as if it's a problem with the Google Play Store missing from my Genymotion emulator.
Has anyone encountered the same issue, if yes what did you do?

mikaeljotsa