Codelab: Get to know Firebase for Flutter

preview_player
Показать описание
Welcome to our Get to know Firebase for Flutter codelab, where we show you how to add the power of Firebase to a Flutter application. This video will cover creating a Firebase project, adding Firebase Auth to sign users in, and using Firestore to save information in the cloud.

Chapters:
0:00 - Introduction and Prerequisites
1:45 - Running the sample project
4:56 - Creating a Firebase project
9:06 - Configuring the iOS and Android versions
16:03 - Enabling user sign-in with Firebase Auth
26:11 - Writing documents to Firestore
32:21 - Reading documents from Firestore in real-time
40:44 - Adding security rules
46:49 - Bonus step: Adding RSVP counts
56:41 - Recap: What have we learned?

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

Finally a complete video for Firebase!

Exactly what I need now, because I'm sitting on a problem for 10 days, thank you 🙏🙏🙏!

tomicriedel
Автор

Loved the way you added your Firebase experience to the security rules section of the video.
Having watched your Firebase videos I knew it was going to be a good one.

MysticZA
Автор

I had always longed for an interactive live coding tutorial like this ❤️

sonxuannguyen
Автор

Firebase In App Messaging, Cloud Messaging tutorial would be a great addition this video!

imransefat
Автор

Thank you Todd and Firebase Team, this was very helpful.👍

joestunes
Автор

Thanks a lot for this video! It's pretty straightforward and helpful!

acavals
Автор

Great video!
Very informative.
Thanks!

ovunctukenmez
Автор

[FIXED]
[ERROR] Missing type arguments for map literal.
[Code causing it] ...add({'text':message, ...
[SOLUTION] ...add(<String, dynamic>{'text':message, ...

oskarshrestha
Автор

"You can't really trust a guy with a thumb that big" Hahahahahaha!! Gold! Loved his vids btw! very informative and more entertaining!

asif_imtiaz
Автор

Excellent video, it really sums up a lot

divertechnology
Автор

please provide a 10 hour long code lab ...i would be happier if you do a full detailed course about 30 hours on how to handle the different needs in our applicaiton with firestore in love in flutter and Im ready to peactice and learn

delarammajestic
Автор

updateProfile is deprecated in this line : await displayName); replace it with one : await

delarammajestic
Автор

very good, great, everything works, thanks

oswaldoolea
Автор

Is there is a way to upload/download images through flutter web without importing dart:html??

vinayreddypulagam
Автор

Would be awesome a new version of this, as is outdated today

moverecursus
Автор

is there official document for firestore database structure and also support group chat, members, app notification when new message from. :) need an official data modeler

Tabvn
Автор

I index a nested collection for searching purposes ...but when I tried to to use flutter to search all docs in the collection it didn't work you do a video helping with this

davidagyakwa
Автор

Is very useful that kind of video,

i only have one question, is normal or common define de methods auth's logic inside of the ApplicationState

i'm not expert in flutter but is not normal put into the authentication file instead get it across parameters or put ApplicationState inside another file or inside in authentication 'folder', can it listen from multiple changeNotifier or only once ?

thanks!!!

jsebastian
Автор

Adding a class that does all the crud operations for cloud Firestore and an authentication class that takes care of the authentication state for firebase auth removes a lot of boilerplate code. This means you can leverage the provider plugin better.

collinsmutugi
Автор

Thank you for the great content.
Can you create a demo for paginated data for Firestore in Flutter / Dart? I have over 50, 000 records per category and around 100 categories.
Or someone can direct me to an already available learning resource to do this.

nalindawickramarathna