No video

The Firebase Realtime Database and Flutter - Firecasts

  Рет қаралды 83,502

Firebase

Firebase

Күн бұрын

Пікірлер: 146
@AmericanBoy1776
@AmericanBoy1776 3 жыл бұрын
Life-changing tutorial. The presentation is clear and simple. I like that it’s only one hour-perfect amount of time to explain this type of topic.
@Firebase
@Firebase 3 жыл бұрын
Glad you enjoyed it!
@DarkChasmGamers
@DarkChasmGamers 3 жыл бұрын
TODD I'VE MISSED YOU😭😭😭
@UsamaKarim
@UsamaKarim 3 жыл бұрын
Yes, Please! Keep it lengthy & comprehensive. We want to get all the knowledge in one place.
@ame5r
@ame5r 3 жыл бұрын
make it longer, and cover more stuff. please!
@anastariq357
@anastariq357 Жыл бұрын
Great work ! I rarely enjoy watching tutorial videos, but this one was 100% enjoyable.Especially the sound when you change screens :D .
@pinkasey
@pinkasey 3 жыл бұрын
You make great videos. They are really fun to watch, while being very educational. The problem I have with Firestore is the limited querying capabilities. Compared to SQL - it's like a toy, not suitable for "real application". Some examples: 1. No way to count records, without fetching them 2. Cant query by comparing two fields of the same doc 3. Cant query for doc which lack a field (which would be useful for maintaining a denormalized data-model) 4. No uniq costraints And so on
@HammadKhanYT
@HammadKhanYT 2 жыл бұрын
Is firebase database suitable for searching data and presenting that to users? I want to store my customer data in it.
@Zizo1st
@Zizo1st 2 жыл бұрын
Perfect tutorial! That's really a very informative one, I thought I am good with RTDB, but after watching this, I've realized that I've missed lots of good stuff! Thanks Todd
@Firebase
@Firebase 2 жыл бұрын
Great to hear!
@jmathew2011
@jmathew2011 3 жыл бұрын
Ok now this video but for Firestore please! Adding a section for best practices, really complex queries, best practices for common data structures (user-profiles, chats, foreign-key referencing, mapping/location, JSON maptype, timestamps, etc, etc)
@viacheslavromanov3098
@viacheslavromanov3098 3 жыл бұрын
Awesome and comprehensive explanation with the nice examples!💪🏻That's what we developers really love ❤️Appreciate the effort, Todd 🙏🏻
@Firebase
@Firebase 3 жыл бұрын
Glad you enjoyed it!
@tjakemelvin
@tjakemelvin 2 жыл бұрын
In 26:13 I have an error when typing "final data = new Map.from(event.snapshot.value);" saying that The argument type 'Object?' can't be assigned to the parameter type 'Map How can I solve it please?
@JoJo-yu7hh
@JoJo-yu7hh 2 жыл бұрын
Me the same, do you already have a solution?
@utkusarican5520
@utkusarican5520 2 жыл бұрын
8:28 When you back these version, you can use it. I was using last version and get same error. I couldn't fix it so I change the version of firebase_core and firebase_database
@tanikagulati307
@tanikagulati307 2 жыл бұрын
Just use this final data = Map.from(event.snapshot.value as Map);
@BeatFreakDJs
@BeatFreakDJs 2 жыл бұрын
Thank you, Tanika..you saved me a lot of time!
@chadlyalan
@chadlyalan 2 жыл бұрын
@@tanikagulati307 When I try to access data like shown above I get this error: Expected a value of type 'String', but got one of type 'Null' I can print data and I see the giant JSON object that I'm querying but I can't access any fields from my json object..
@1daneet
@1daneet 2 жыл бұрын
Had issues using Firebase Realtime Database until this video. I enjoyed watching it and have been able to get proper understanding of its usage which I'll proceed further by reading the documentation. I also think making a longer in depth video like this one is much better than shorter videos.
@prelude0133
@prelude0133 3 жыл бұрын
I like this new presentation format and nicely explained. Thank you.
@Firebase
@Firebase 3 жыл бұрын
Glad you liked it!
@nat101yt
@nat101yt 3 жыл бұрын
To me one-hour is the sweet spot.
@darokadx
@darokadx 3 жыл бұрын
Very good video, it even answers one of my question on StackOverFlow about how to convert DataSnapshot to a Data model object ! Format is really nice, and explanations really clear, i was simply hoping you would cover the RTDB scaling / Sharding data but i guess this will be for another video 👌🏻
@vaughnnarvacan3338
@vaughnnarvacan3338 2 жыл бұрын
The getter 'snapshot' isn't defined for the type 'Event'. I keep getting this error with StreamBuilder
@ahmadammar8866
@ahmadammar8866 2 жыл бұрын
have you solve it?
@mohammadnazari5180
@mohammadnazari5180 Жыл бұрын
This tutorial below my mind! Awesome work, Todd!!
@lasaint589
@lasaint589 3 жыл бұрын
Finished the video woooo. It's 2328hrs on a school night ,but well worth it; the video answered a tonne of questions.
@BrianTX541
@BrianTX541 2 жыл бұрын
Great video. I love how you include relevant use cases for your examples.
@RogiervanApeldoorn
@RogiervanApeldoorn 2 жыл бұрын
I really like this kind of videos. Very good explanation! Keep up the good work!
@maxmaeffert20
@maxmaeffert20 2 жыл бұрын
this might be the best guide I've ever seen
@estranhokonsta
@estranhokonsta 3 жыл бұрын
Nice. Many basic but certainly good things in this video. The addition of the optional pattern designs was cool too. One problem of this longer videos is that there is a greater probability of them being too (dated) specific to the software versions used in it, but i still think that it brings great value to the channel. Why worry for something that hasn't come yet? Nobody would do anything that way. The ideal would be to keep the two formats (short and long videos). And use them according to the occasion.
@sandwichtube
@sandwichtube 2 жыл бұрын
Thanks for taking the time to make this video.
@Firebase
@Firebase 2 жыл бұрын
Glad it was helpful!
@justvikas
@justvikas 2 жыл бұрын
I really like this, basic but covered many important things.
@komellar97
@komellar97 3 жыл бұрын
Finally some good realtime database tutorial ✊
@yulianislamprayoga
@yulianislamprayoga Жыл бұрын
Thank you for the explanation sir
@yiisuseusse
@yiisuseusse 2 жыл бұрын
Min 25:50 I can't do that... it still gives me an error The argument type 'Object?' can't be assigned to the parameter type 'Map'.
@TheAhmed710
@TheAhmed710 2 жыл бұрын
Instead of: Map.from(snapshot.value); Use this: Map.from(snapshot.value as Map); This will cast the Object into a Map
@diptanshumahishcovers9096
@diptanshumahishcovers9096 2 жыл бұрын
@@TheAhmed710 dayyyumn ,life saving!!!!
@oneplusgeek7510
@oneplusgeek7510 Жыл бұрын
​@@TheAhmed710 thanks! but when real time db is empty i got an error : type 'Null' is not a subtype of type 'Map' in type cast.
@adityavns1
@adityavns1 3 жыл бұрын
When is flutter web support coming for real-time database?
@lkeysoft
@lkeysoft 3 жыл бұрын
Much needed!!
@maxmaeffert20
@maxmaeffert20 2 жыл бұрын
Isn't it by now?
@tezelyusuf
@tezelyusuf 2 жыл бұрын
Exception is thrown anyway -> The argument type 'Object?' can't be assigned to the parameter type 'Map at line 25
@adelnehikhare4071
@adelnehikhare4071 2 жыл бұрын
Same problem I'm having
@mobiledev5295
@mobiledev5295 2 жыл бұрын
@@adelnehikhare4071 its outdate... flutter 2.5 came in spt
@-_AK_-
@-_AK_- Жыл бұрын
Your Video is very helpful and very easy to understand thank you so much for this great video and explanation ❤❤
@Chop5chop
@Chop5chop 2 жыл бұрын
This is great, love the long format
@maxeem3596
@maxeem3596 3 жыл бұрын
Thank you, Todd! Great tutorial! Great job!
@Firebase
@Firebase 3 жыл бұрын
Glad it was helpful!
@vijaykumar-wq9pg
@vijaykumar-wq9pg Жыл бұрын
I am struggling to retrieve the data from FB realtime database, always stuckup at Unhandled Exception: type 'List' is not a subtype of type 'Map'...kindly help
@ainaraziq3599
@ainaraziq3599 2 жыл бұрын
type 'Null' is not a subtype of type 'String' The relevant error-causing widget was StreamBuilder I get this error in stream buidler
@engbesher7479
@engbesher7479 Жыл бұрын
amazing tutorial
@raziel6193
@raziel6193 Жыл бұрын
This videa is amazing. Thank you
@CodeNight-dm2hv
@CodeNight-dm2hv 2 жыл бұрын
In the stream publisher don't forget to create an empty list and check is the snapshot exists so it will not crash when there's no items in the database. Example: Map ordersMap = {}; if (event.snapshot.exists){ ordersMap = Map.from(event.snapshot.value); }
@uditmishra5583
@uditmishra5583 2 жыл бұрын
Best explanation on the Internet!!!
@CodeNight-dm2hv
@CodeNight-dm2hv 2 жыл бұрын
I learned so much here. Thank you
@Firebase
@Firebase 2 жыл бұрын
Glad it was helpful!
@jimcomccabe3
@jimcomccabe3 2 жыл бұрын
23:00 . it does not happen immediately. it takes 1 sec to replace the original text" results go here" with the downloaded string from realtime database. is there a way to show directly the downloaded string?
@trainofthought5733
@trainofthought5733 3 жыл бұрын
YEP make LONGER btw love your explanations ❤❤❤❤❤❤
@UsmanTahir6
@UsmanTahir6 2 жыл бұрын
Excellent Tutorial!
@Firebase
@Firebase 2 жыл бұрын
Glad you liked it!
@Studi0usKidd0
@Studi0usKidd0 3 жыл бұрын
This was a fantastic video!
@Firebase
@Firebase 3 жыл бұрын
Thank you!
@KImtOs
@KImtOs 3 жыл бұрын
what about how to integrate App check with flutter ?
@PedroFonseca5
@PedroFonseca5 2 жыл бұрын
Is it just me that gets a lot of errors when trying to implement the exact same code in my apps ... ? The videos are great, no doubt, but sometimes it just doesn't let me compile
@Tyrowo
@Tyrowo 10 ай бұрын
love this video thank you
@zoozolplexOne
@zoozolplexOne 2 жыл бұрын
cool !!!
@zanovis
@zanovis Жыл бұрын
Amazing overview. Maybe give a warning about set() since it can wipe your entire DB if you don't know the difference between set() and update() yet :P
@learningwithafen1346
@learningwithafen1346 2 жыл бұрын
Very nice. Thank you :)
@Firebase
@Firebase 2 жыл бұрын
Welcome!
@turtle-rabbitpark8715
@turtle-rabbitpark8715 2 жыл бұрын
This is awesome!!!!!
@adttwo
@adttwo Жыл бұрын
Great video, but I think there should be a link in the comments to the completed code project. Having to pause the video every few seconds to compare my code to yours is frustrating and frequently leads to long trips down the rabbit hole while I try to figure out what you've done that's just off the top or bottom of the video screen.
@2009worstyearever
@2009worstyearever 3 жыл бұрын
yes, make them longer and cover more stuff. with respect to your docs, this just seems better
@mohammadkashif5441
@mohammadkashif5441 2 жыл бұрын
very helpful video ❤
@Firebase
@Firebase 2 жыл бұрын
Glad you think so!
@carlevans60
@carlevans60 3 жыл бұрын
Longer, more in depth videos!
@xmanreturn
@xmanreturn 3 жыл бұрын
longer videos are needed!
@drantunes
@drantunes 3 жыл бұрын
Is any solution for write limit per second on Firestore (use Pub/Sub?)...The transaction 'batch' count 1 write on commit or N writes if the transaction contain N write operations? Thanks for the video!!
@lasaint589
@lasaint589 3 жыл бұрын
Flutter is only at its dawn imagine it in 3 years. Program a Space Rover
@jiratpattaragultawee6560
@jiratpattaragultawee6560 2 жыл бұрын
final data = new Map.from(event.snapshot.value); return error The argument type 'Object?' can't be assigned to the parameter type 'Map, anyone know why?
@ingeniorGames
@ingeniorGames 2 жыл бұрын
I get the same error
@ingeniorGames
@ingeniorGames 2 жыл бұрын
[UPDATE] I fixed the problem in this way: (event.snapshot.value) as Map
@adammurday17
@adammurday17 Жыл бұрын
At 8 minutes in you reference another video "go watch that video now", but its not clear what video is being referenced?
@rvb6516
@rvb6516 3 жыл бұрын
Love it ✨👍
@Firebase
@Firebase 3 жыл бұрын
Thank you! 😊
@CurryMan12345
@CurryMan12345 2 жыл бұрын
What is the VSCode theme you are using?
@marlhex6280
@marlhex6280 3 жыл бұрын
Short and to the point thanks. 1 to 3 min max.
@Topbrains
@Topbrains 2 жыл бұрын
Is there a way to get a copy of the code?
@JeffreyLiu8
@JeffreyLiu8 3 жыл бұрын
Good job!
@fishheadbreakroom
@fishheadbreakroom 3 жыл бұрын
Great video
@congtoannguyen1940
@congtoannguyen1940 3 жыл бұрын
So which kind of way should I use to read the real time database, the Stream builder or the Provider way
@agilmmmdov5110
@agilmmmdov5110 2 жыл бұрын
Hi I need help . When I wrote one sentence for example name 1. Value ." I like football" I can see only one word "I" in my application how can I fix please
@maxzaki5621
@maxzaki5621 2 жыл бұрын
Thank u. I have one Question. When using push().set(), if I want to get added document key, what should I do?
@mhwadah
@mhwadah 2 ай бұрын
Can I use flutter with firebase sql instead of firebase NoSQL?
@Liosnaprod
@Liosnaprod 2 жыл бұрын
thank you !
@MacMaurof6
@MacMaurof6 2 жыл бұрын
outdated
@ingamgavu7025
@ingamgavu7025 2 жыл бұрын
Unhandled Exception: missingPluginException error on firebase_database please need help its been a week having this problem
@isiakamfugale3621
@isiakamfugale3621 2 жыл бұрын
Sir u told us one option of using futureBuilder. Does it allow realte update on ui??
@indulgewithal7526
@indulgewithal7526 2 жыл бұрын
I have built a few streambuilders using this tutorial for guidance, but when the user hasn't yet entered the data that the stream takes, it returns the error type 'Null' is not a subtype of type 'Map', how to I get around this? All methods I have tried fail to stop this error.
@indulgewithal7526
@indulgewithal7526 2 жыл бұрын
@@chicagoworkscom I ended up using shared preferences to store a local int that tracked how many times data was stored (or removed) by the user, anything above zero and it would run the stream builder, other wise a placeholder image. The problem with your solutions is it comes back with a snapshot with some data, somehow. I would of imagined they would have a better solution to this and documentation to go with it. Was also frustrating how his example should of shown this problem when the database doesn't yet have data. Appreciate you looking into it! I have had so many issues with real time data base and how it works. getting there tho!
@kingstation5992
@kingstation5992 3 жыл бұрын
make it longer. please!
@tintin537
@tintin537 3 жыл бұрын
Make it longer and cover more, the more the merrier
@jimmyicoffee
@jimmyicoffee 3 жыл бұрын
Why can't I choose another region for realtime db? region Australia is needed!
@ThePoignancy
@ThePoignancy 3 жыл бұрын
the DataSnapshot object is severely underspecced, missing many methods in the official SDK like child(), hasChildren(), forEach()
@codebuddies9238
@codebuddies9238 2 жыл бұрын
Love it
@anggoran7398
@anggoran7398 2 жыл бұрын
thanks a lott!!
@mohammadshamimhossain538
@mohammadshamimhossain538 3 жыл бұрын
Good to see this lesson
@Firebase
@Firebase 3 жыл бұрын
Thanks for watching
@RaadYacu
@RaadYacu 3 жыл бұрын
more the better
@sultanabbas9411
@sultanabbas9411 2 жыл бұрын
when I access orders/abc/price , does it load the other children of "abc" as well? or only orders the "price" child of "abc" ?
@Frank_van_Puffelen
@Frank_van_Puffelen 2 жыл бұрын
The Realtime Database loads the path you read from and the data under it, but not the data above it. So in your scenario it'll only load the price and not any other properties of `abc`.
@mars3142
@mars3142 3 жыл бұрын
I would like more in-depth videos, but it should be a series of videos. I don‘t like to open one video to see within the description the covered topics/areas. The video title should show the topics.
@Eslam-Sameh
@Eslam-Sameh 2 жыл бұрын
When will be the flutter windows and linux support?
@jimcomccabe3
@jimcomccabe3 10 ай бұрын
get for ios returns all nodes , not the one that you are interested in. this is a bug .
@blessingmguni6705
@blessingmguni6705 2 жыл бұрын
code for main dart is not clear
@ajinkyakhobragade8557
@ajinkyakhobragade8557 2 жыл бұрын
Is there a git repository for the project?
@devstuff2576
@devstuff2576 2 жыл бұрын
THOSE SHORT VIDZ ARE FOR TIK TOKERS ...We are programmers.
@zeldax5961
@zeldax5961 2 жыл бұрын
Hey! How to get the auto generated Unique-ID?
@Firebase
@Firebase 2 жыл бұрын
Hi! You can find information about how unique identifiers work through our Firebase blog here: firebase.blog/posts/2015/02/the-2120-ways-to-ensure-unique_68
@lovefrommemee5710
@lovefrommemee5710 3 жыл бұрын
Finally...
@maronilabuni5935
@maronilabuni5935 2 жыл бұрын
how to get the source code
@volkankarakus8013
@volkankarakus8013 2 жыл бұрын
why cant we use reference() now??
@samorket8091
@samorket8091 2 жыл бұрын
use .ref()
@volkankarakus8013
@volkankarakus8013 2 жыл бұрын
@@samorket8091 thx :)
@lkeysoft
@lkeysoft 3 жыл бұрын
I thought Realtime was about to be discontinued in favor of Firestore?
@jimcomccabe3
@jimcomccabe3 2 жыл бұрын
40:00
@fluttec
@fluttec 2 жыл бұрын
Longer, more in depth videos
@ezenaguemmanuel3163
@ezenaguemmanuel3163 2 жыл бұрын
Please make the videos short
@thomasmabika7291
@thomasmabika7291 3 жыл бұрын
3 hours should be the standard video duration.
@olamilekanadeleke6806
@olamilekanadeleke6806 3 жыл бұрын
// make long and detailed Videos If(Video.long){ Video.better(); Video.wellDetailed(); }
@TalYaron
@TalYaron 3 жыл бұрын
TMI - I just needed to learn how to use firebase and flutter. Being experienced in firebase, I wasn't needing the intro.
@peterbparker6968
@peterbparker6968 2 жыл бұрын
final data=Map.from(event.snapshot.value); doesn’t work for me . It shows error: The argument type Object? can’t be assigned to the parameter type Map…. Any solutions?
@chuckh9857
@chuckh9857 2 жыл бұрын
Me too.
@chuckh9857
@chuckh9857 2 жыл бұрын
I tried this: final data = event.snapshot.value as Map; The compile error went away but it cashed with this: Unhandled Exception: type '_InternalLinkedHashMap' is not a subtype of type 'Map' in type cast.
@chuckh9857
@chuckh9857 2 жыл бұрын
Here you go. Change the firebase_database dependency from #^9.0.2 to 7.0.0.
@chuckh9857
@chuckh9857 2 жыл бұрын
firebase_database 8.2.0 works (released 8 days ago) 9.0.0 and higher does not (released 2 days ago, and 17 hours ago)
@peterbparker6968
@peterbparker6968 2 жыл бұрын
@@chuckh9857 i tried making it 7.0.0 and it ended up giving me errors ill try this thanks alot friend
Cloud Firestore Data Modeling (Google I/O'19)
40:37
Firebase
Рет қаралды 172 М.
Getting started with Firebase on Flutter - Firecasts
19:28
Firebase
Рет қаралды 174 М.
UNO!
00:18
БРУНО
Рет қаралды 4,4 МЛН
No empty
00:35
Mamasoboliha
Рет қаралды 12 МЛН
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 18 МЛН
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 351 М.
I forced EVERYONE to use Linux
22:59
NetworkChuck
Рет қаралды 356 М.
I built a $5 chat app with Pocketbase & Svelte. Will it scale?
13:34
The Greenwich Meridian is in the wrong place
25:07
Stand-up Maths
Рет қаралды 739 М.
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 57 М.
What is Firebase and how to use it
41:01
Firebase
Рет қаралды 374 М.
$25,000 vs. $25,000,000
29:58
Johnny Harris
Рет қаралды 3 МЛН
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 58 М.
UNO!
00:18
БРУНО
Рет қаралды 4,4 МЛН