Firestore CRUD with Flutter, Part 1

preview_player
Показать описание
Firebase plugins for Flutter recently underwent a large amount of breaking changes. In this two part series we'll build an journal application that utilizes Firestore for CRUD operations. This first part tackles connecting your flutter project to firebase and creating CRUD operations using the new syntax. The second part will build out the state management system and the views and then connect them to the service.

Social Media:

Patreon:

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

Your videos is the most explained in details tutorials
Not just throws at us how to write crud
I don't care if it's 2 hours long gonna still watch it

johngamal
Автор

You're a lifesaver man thank you, glad to see this guide is still current and you are active in responding to comments. I am going to check out part 2 now!

taekwondomanD
Автор

This is an amazing support. Thank you! Do you think maybe you could make a video about entries with multiple fields(using lists rather than one sigle field per entry) with provider package and firestore? With the possibility to retrieve, edit, delete the entry with multiple fields. Thank you again! Great work!

vjteer
Автор

I didn't watch the whole video
but as soon as u said you have given the github repo
i dropped a like

ranjanpanda
Автор

thnx for this ... i was stuck because of the new update and couldnt start a firebase app. Just in time you dropped this vid :D great help

anilshrestha
Автор

I learned a lot and especially firebase query, options: marge .. thanks for your great explanation
I'm loving your channel and it came at a good time. Thanks :)

internetdascoisas
Автор

Thank you for the update. I saw a difference in the model class, fromjson, in the other one only have map, why?

quicksketch
Автор

Waiting for the second part... When it will come?

mirfahim
Автор

'That's my dog peeing' hilarious! Great content Andy!

gilbertooliveira
Автор

Hi! Andy. Great tut, as always
Was wondering how can we add search option to the list builder

vivekjunghamal
Автор

Great material, good teaching. Brazil watching !!

iagosoares
Автор

Can you upload something reagarding security rules??

mrityunjaybhagat
Автор

like and join from Brazil glad to see this tutorial

washinerdev
Автор

Great lesson keep going ... Please explain Get X package

ehabpop
Автор

excellent guide, thank you very much. Was looking for this with the new updates! One question, how do you get the return _db .collections and all the other following .xyz stay in separate lines? Mine auto formats to a single line when I save the file. it's so much easier to work with on separate lines. Thank you again for your videos!

AbbasMKhalil
Автор

Any chance you're working on an updated version of this? I'm getting all kinds of errors when I try to follow the tutorial, I assume do to breaking changes with Firebase...

adttwo
Автор

Thx again for a sublime video. So if i get it correct, i can not install the IOS in to my Flutter app without a Mac. There's no way around it? Thx again Sir

stefaandeconinck
Автор

I tried to change from a Stream to Future as I need to do an asynchronous check in the getEntries() function and needed to return a Future. However, I don't know the equivalent code for doing this with the Future<List<Entry>> return type and a FutureBuilder. Can you still use the .fromJson method to return a Future<List<Entry>> object? Any help would be greatly appreciated.

taekwondomanD
Автор

Hi, could you kindly show us the syntax for retrieving a specific document data from Firestore. In your video you get a whole collection, I want to pull data only for a specific user and having a hard time pulling it and mapping it. Would be much appreciated. Thank you.

AbbasMKhalil
Автор

Can we replace the UUID with the logged-in user-id? Will it work the same?

BilalAli-ugtw