Using Firestore as a backend to your Flutter app

preview_player
Показать описание
The Firebase Cloud FireStore is a fantastic way to put a backend on a Flutter app without the complexities of setting up a personal serverIn this video, Andrew walks through how to integrate a Cloud Firestore database from Firebase into a Flutter app. He also covers what kind of database Cloud Firestore is and how it can help you!

Flutter is Google’s mobile SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

Chapters:
0:00 - What is Cloud FireStore?
1:40 - Setting up FireStore in console
2:00 - Register the individual apps for your project
5:21 - Open underlying xcode project
8:25 - Base the item count off the number of FireStore documents
10:20 - firestore to run a transaction
11:06 - Recap

#Flutter #Firebase
Рекомендации по теме
Комментарии
Автор

Compact with exactly useful information. The most professional flutter tutorial video I've seen so far. Thank you.

jungeunwoo
Автор

Thanks Andrew! That it very useful! I need to say, you got a natural and friendly voice to explain!

LadislavSzolik
Автор

This was really cool! The like button lights up when he gets to the part where he talks about the db updating in response to UI events!

drthvady
Автор

this covers all I need to know in less than 12 minutes. what a video.

vedmodikauratg
Автор

I've start using flutter, though it's very hard to find a good example of how to,
There're lot of videos I'd like to have just a doc that explains every widget.
Thanks for the video tutorial and great job

lordeloalvaro
Автор

They put the iOS screenshot on the pixel...

JoshuaRoy
Автор

Honestly a really amazing video. Very thorough, informative and somehow condensed into a 12 minute video. Thanks a lot

gvcallen
Автор

Note that you should use the console to edit the Database.Rules to avoid a PERMISSION error on the android app; change "allow read, write: if false;" to "allow read, write: if true;"

davidweiss
Автор

Thank you for your infromative tutorial. However, we are in 2021 and too much updates applied on Flutter and Dart. Therefore, we need a 2021 videos. Appretiate the help.

Mohammadoudat
Автор

Thank you so so much It's so clear that can understand how connect to database and write data just following. Thank you for serving this amazing dart language and flutter developers.

강준우-wx
Автор

this was awesome!! please make more like these and go indepth

faheemahmad
Автор

There really is a ton of work being done for you here. I normally would have to setup a socket server and a way to sync things together upon fresh load etc etc. I wonder about buffering when say there are 10000 things going on at once meaning say you were showing popular posts in a feed that were showing meta items like votes and chat counts etc.

jasonsebring
Автор

I am aware that firestore is in beta. But if i were to use it in production in one of my apps, Will firebase team notify devs about breaking changes before they were made
Please reply

ameen_was_here
Автор

Its amazing how simple this was to implement.

MichaelDuarte
Автор

Hey Andrew, thanks for the awesome video. I have a question. Let's say you log in with firebase and pull some data down e.g. your latest band votes/results. Now lets say you close the app completely, even from the background. Then you open it again with no internet. Will it still use the last data pulled from firestore, or will it use the default values that you demonstrated? Thanks

GideonvanderMerwe
Автор

This is good. But please update the codelab to the recent changes, like the firebase core requirement.

kamranyusifov
Автор

Good tutorial. I would have mentioned, however, that the iOS step for adding the Pod dependency SHOULD be skipped, instead of not mentioning it at all. But still good, I got started pretty quickly.

Trancecend
Автор

Could we get some content on how to unit test and mock firestore? It's really hard to unit test streams and no information anywhere.

chstrng
Автор

If I was in a band, I have would have not thought this much at first place. And if I tried to think that much, I would have smashed my guitar out of frustration.

superstark
Автор

Andrew Brogdon: 10:04
Me: Yeah I Know... I Know...

gokulakrishnan