Nice step up from the RTD, especially like the fact that we can now make powerful queries and use both sets of databases in our app! No need to restructure existing code !
Hello, I'm leaving this comment BEFORE i watch this video. I would like to take the time and say thank you for putting this out. Your doing god's work.
Wow, what a good timing. I was just about to implement Firebase Realtime Database into my new app, but now I'm feeling like I need to do a little research about this new service
12:08 I think this way the app would crash if the user doesnt have the permission to access the database. Because then the documentSnapshot is null and calling .exists() will throw an exception. Instead I would check if e != null beforehand and then return to leave the method before trying to call .exists()
When should we use it? From what i understood, there is nothing you can store in firestore but not in the realtime database, plus there are some constraints in the firestore. So when it is preferable to use firestore?
It would be great if someone can give answers for: 1. How to convert from realtime-database to this? 2. Are there any sample for firebase cloud function?
Hi, please check out our Firebase documentation on how to get started with Cloud Firestore on your Android project: firebase.google.com/docs/firestore/quickstart
Hey, I want to know what is the best to test Firestore apps without mocking out a bunch of calls. I'd like you to provide some in-memory store mechanism or something to test with.
Great Video - Thank you! Just one question.... if I have multiple users accessing a document - and they need to take an item from that document and then remove it so another user cannot use that item - how does that work? What if both users get the document at the same time - and both take the top item... Can I put a hold on the read/write status of the doc until that user is finished with it or is this done automatically?
Im trying to insert custom object in firestore using the add() method instead of set() method as shown in video but my app crashes my question is can we insert custom objects using add() method or have to use set () method for inserting custom objects?
I want to make structure like Book-Chapter-all records....But its not created..It add one more subcollection ...how to make this Book-Chapter-all records
Hello... My laptop not able to load Fire Base Console. it just getting loading, loading and still loading. If i go through my brothers laptop it just load in seconds in same Network and same email. so what can I do? Humble request to reply me fast with effective solution . ....
Can you please clarify me that what is the difference between Realtime Database and Cloud Firestore. I love this feature because it is very cheap as compared to Real-time Database. One more question, Is there is any limitation on simultaneous user in Cloud Firestone.
If you want complex queries and nested data, go store. If you want simple collections or objects with plain structure, go real time data base. Mainly, go both!
I'm reading about queries here, still trying to grasp constraints about multiple arguments queries firebase.google.com/docs/firestore/query-data/queries
I was working in this small library to simplify queries based on georeferences github.com/cutiko/GeoFirebase is very similar to GeoFire, slightly different approach... anyway, the problem was double query arguments, minimum and maximum for latitude and longitude. To get every node near N kilometers to some coordinates. If you could use an example on something like that it would be awesome! Please!
Absoloutly brilliant. Firebase, you continue to impress me every time you release a new service.
And Todd is a brilliant presenter, isn't he?
indeed he is
Robin Williams had so many talents... never knew programming was one of them... RIP
The Firecasts videos are some of the best ones out there for Firebase.
Nice step up from the RTD, especially like the fact that we can now make powerful queries and use both sets of databases in our app! No need to restructure existing code !
Hello, I'm leaving this comment BEFORE i watch this video. I would like to take the time and say thank you for putting this out. Your doing god's work.
rip robin williams
I love your way of explaining. It's super understandable.
So is yours! ;)
Wow, what a good timing. I was just about to implement Firebase Realtime Database into my new app, but now I'm feeling like I need to do a little research about this new service
This is amazing, I'm gonna add up to the wish of getting a video about queries, specially about multiple arguments queries
This is a brilliant product from firebase and it even works offline thanks google
starting with Firebase today. this looks amazing and pretty straightforward!!
He is good tutor , it like the way of presentation better that lorence moroney (machine learning lecture)
Thank you, Shankar 😎
12:08 I think this way the app would crash if the user doesnt have the permission to access the database. Because then the documentSnapshot is null and calling .exists() will throw an exception. Instead I would check if e != null beforehand and then return to leave the method before trying to call .exists()
When should we use it? From what i understood, there is nothing you can store in firestore but not in the realtime database, plus there are some constraints in the firestore. So when it is preferable to use firestore?
wow actual easy to follow tutorial. Really appreciate this!
It would be great if someone can give answers for:
1. How to convert from realtime-database to this?
2. Are there any sample for firebase cloud function?
nice lectures on the new services of firebase.
How do you connect Firestore to your app though?
Hi, please check out our Firebase documentation on how to get started with Cloud Firestore on your Android project: firebase.google.com/docs/firestore/quickstart
This video is hot, many of the others have exaggerated content for the beginner
Thanks, very clear and well presented, excellent, you save me a lot of time ;-)
Glad it helped!
What are your views on adding Docker support?
Collections, Sub-Collections and Documents are like Folders, Sub-Folders and Files
Fantastic video, very useful. Thank you!! Now I've gotta look in to how to setup authentication...
Hey, I want to know what is the best to test Firestore apps without mocking out a bunch of calls. I'd like you to provide some in-memory store mechanism or something to test with.
This video is five years old, please update it.
Just came from attempting to use google play games services. This is like the light to the endless pit of black "explained but really not".
Amazing job, excellent video! -please do more videos :)
Removing event listener that was awesome
The IDE said that default Default FirebaseApp is not initialized.
awesome.. how to write query for sub collection in android and how to store data in these sub collection??
He's actually quite good
thank you! this is helpful video for me . but how to send and retrive image from firestore
Awesome, as always thank you for sharing this!!
Great Video - Thank you! Just one question.... if I have multiple users accessing a document - and they need to take an item from that document and then remove it so another user cannot use that item - how does that work? What if both users get the document at the same time - and both take the top item... Can I put a hold on the read/write status of the doc until that user is finished with it or is this done automatically?
Im trying to insert custom object in firestore using the add() method instead of set() method as shown in video but my app crashes my question is can we insert custom objects using add() method or have to use set () method for inserting custom objects?
I want to make structure like Book-Chapter-all records....But its not created..It add one more subcollection ...how to make this Book-Chapter-all records
Searching a reference or tutorials for Firestore recycler view and event click view with new activity; is there any?
Beautiful Explanation
Very well explained. Thank you
Hello...
My laptop not able to load Fire Base Console. it just getting loading, loading and still loading.
If i go through my brothers laptop it just load in seconds in same Network and same email.
so what can I do?
Humble request to reply me fast with effective solution . ....
How to output the data in another fragment but getting the data in activity?
do not rush the typing code. better have then 2 courses
can i do above same for two apps like if i write it in app A
and display in app B by fetching from Firestore server
kindly tell me please i am confused is Firestone is different from Firebase or not?
Can you please clarify me that what is the difference between Realtime Database and Cloud Firestore. I love this feature because it is very cheap as compared to Real-time Database. One more question, Is there is any limitation on simultaneous user in Cloud Firestone.
firebase.google.com/docs/firestore/rtdb-vs-firestore
If you want complex queries and nested data, go store. If you want simple collections or objects with plain structure, go real time data base. Mainly, go both!
Which will be the better option, RealTime database or FireStore?
It's free for some limits
ruclips.net/video/KeIx-mArUck/видео.html
How to rename the file in firebase firestore. There is no option to rename or move the files.
hello, where can you see the firestore database selected by name ?
Cloud Firestore Database is just loading, not showing the interface. plz help
Can't find anything useful here... 5 years past, same tutorial in firebase doc >_
Simple Clean Amazing!
When I try to compile firestore, gradle comes with an error. I need some help.
14:58 thank you for great advice
very clear, thanks a lot
wow, gonna give this a try soon!!!
ㅗ우오여 ㅠ ㅗㅗ어도야ㅗㅈ채ㅠ러오어유어초ㅜ너냐ㅐㄴ나난 ㅠ 미ㅓㅂ머멈너너유온토터터ㅗ토옻혘녀ㅜ터려러ㅗㅇ여야ㅓㅇ애ㅣㅇㅇ
농
언누어뎌댜어3어어8ㅇ어야어야앙댜댜ㅑㅑㅓㅓ아나다닫
닫닫디다다다다다잗더ㅜㅇ요텅야앙샛내저ㅕㄷ야ㅓㄱ댜댜 ㅐ 2ㅓ개댜ㅐ댣ㄷㄷ덕애댜더ㅐ데댜다더ㅏㅈ야더ㅓ대거댜어댜아ㅓ래랴ㅏ아애ㅐㄹ4ㅜ어읗어8ㄱ8겨거갸애애ㅐ댜ㅐ대대갸개데대대댜댱아ㅡㅓㅓ거거덕ㄱㄱ
How can we add multiple quotes in inspirational document ?in the video when you try to add quote previous one gets updated
Usman Ali Instead of using the “set” method like he does in the video, use the “add” method. This creates a new document with a randomly generated ID.
Thank you robin william
Great but should have included some queries.
I'm reading about queries here, still trying to grasp constraints about multiple arguments queries firebase.google.com/docs/firestore/query-data/queries
I was working in this small library to simplify queries based on georeferences github.com/cutiko/GeoFirebase is very similar to GeoFire, slightly different approach... anyway, the problem was double query arguments, minimum and maximum for latitude and longitude. To get every node near N kilometers to some coordinates. If you could use an example on something like that it would be awesome! Please!
Todd Kerpelman noted ;-P
I like this guy
Amazing... thank you so much
Sir I'm getting inputconnectionwrapper error while insertion of data
Good one. Thanks
absolutely amazing......
very nice!
Distant relative to Robin Williams?
He didn't wait :'(
Muito bom!
is this up to date?
Can its speed can beat whatsapps database speed?
Private DocumentReference is no logner valid
That's interesting. What is used now instead?
I cannot create Hashmap.
Can anyone help me with Java on Cloud Firestore pls !
Pretty Good!
Todd Kerpelman a.k.a The G.O.A.T
10/10 +rep
andorid and base computer to cell phone and use the detrmined a figrue of action toward soail media
1:14 You didn't wait
💙
At least add a link to refer source cde
Simple
Its ok ... He'll wait ... 😂😂😂
😂😂🎉😢😅😅
please be go slow while explaining the concept,
we are unable to catch you.