Your videos are awesome and easy to understand please it a request make a special video on pricing of firestore..how much it vll cost per 10k-100k users and scaling it..and if you can provide some insight on above usecase special on a video portal project..it vll help..!! thanks in advance... keep up the best ur making a great difference in our life threw your channel...
Hello I'm using now the real time database but I know the firestore is in beta , my question is when firestore is in it's stable release how can I migrate to firestore (data wise) without affecting the users work thank you
i want to know that how the real time database works .. what are the technologies involved in making real-time database explain each technologies in easiest and detailed terms please ... i hope you will make a video on that sir 😇😇😇😇
This video (which I really enjoyed, by the way) was basically an advert for MongoDB. The confusing pricing model and the whole 'beta' thing along with (not discussed but...) the hideous new Firebase user interface was enough to lose me. It's Mongo for me, folks - but I'll keep an eye on this interesting project.
Hi, Hitesh. I want make a realtime datatab with node and mongodb. I am not finding any type of tutorial or something. @hitesh please respond to me. Thank you.
I am looking at the documentation doesn't say how to retrieve documents by providing a list. for ex: MongoDB allows to search in this way: Query q = new Query(Criteria.where("userId").in(). How to query Firestore for such reads?
Hi sir, how to save scroll position of recylerview activity when we go to next detail activity by clicking itemclicklistener from list of items in recyclerview and restore position when we come back to recylerview activity...sir can you please help me
Be aware of Firestore: Looks like Google's etention is Realtime database and Firestore was left far behind. Can't search for data, no backups, no Geo solutions, buggy. Stay away.
hi, i want to shift from aws to firebase.. but i have some doubts, please help, i have 3rd party api which is called using services in my server.. i am using nodejs (Adonisjs), so basically when user send request to my server.. it first look into database, if result found then give response directly.. which is easily achievable in firebase by storing data in firestore / real time database.. but when there is no any result then i have a service created which talk to 3RD party api using http request and then get results and store into database and then give response.. how can i achieve this using firebase.. ????
He has no idea he is talking about. You can find better theory of both database elsewhere. Todo App is not something you can count as an experience. Clearly, you have no idea about any of the databases. He only knows that both databases are AMAZING.
The main things starts from 1 minutes and 47 second. It is really really so annoying while youtubers does that. don't kill time on branding. we search for answers not your brand or market or anything else.
+Debjyoti Roy to ask programming related questions, please ask them course discussion section. For rest my email is already public, hitesh@hiteshchoudhary.com
who is watching this 2017 video in 2019? :-) me *knowledge never get old* Thankyou Hitesh Sir
I"m in 2020 ;-)
I'm in quarantine -:)
2021 !
he should do a update video about this topic
Evergreen line:"Hey there,Hitesh here back again.With another Video."
Firebase is Awesome No one replace it😊😊👌
Firestore is super cool to use. Its gonna be the ultimate solution for Back end Processing
I want to look 1M subscribers at your channel bcz of your videos qualtiy and consistency.
you are doing a great Job Hitesh
I will go with FireStore .. because realtime-database must have multiple collections if you want to query something..
FireStore query fixed this issue
Starts at 1:40
Can you share your thoughts on firebase firestore as of now in 2019
Your videos are awesome and easy to understand please it a request make a special video on pricing of firestore..how much it vll cost per 10k-100k users and scaling it..and if you can provide some insight on above usecase special on a video portal project..it vll help..!! thanks in advance... keep up the best ur making a great difference in our life threw your channel...
Sir please finish your Wordpress tutorial I am waiting long days Plzz,
Nice Video sir.😀😀😀
Hello I'm using now the real time database but I know the firestore is in beta , my question is when firestore is in it's stable release how can I migrate to firestore (data wise) without affecting the users work thank you
I just wish they have full text search and some geo location search like GeoFire
Crisp and very useful presentation
how about now? can we use firestore in prod?
You should check out rxdb. There you can even subscribe to queries.
Make a tutorial on how to transfer MySQL database to FireStore or Firebase
Kripesh Adwani it's a restructure. From tables to json parse
Hi Hope you are well. Hitesh Why you stop make Video series on WordPress. Please continue that series.
+usama naqi it's still in ongoing mode, just few important stuff came in between
Can you pls make a video on cloudinary. How to upload videos and stream them.
Cloud + choudhury =cloudary
Hope that helps
i want to know that how the real time database works ..
what are the technologies involved in making real-time database
explain each technologies in easiest and detailed terms please ...
i hope you will make a video on that sir 😇😇😇😇
You explains the things really well bro
This video (which I really enjoyed, by the way) was basically an advert for MongoDB. The confusing pricing model and the whole 'beta' thing along with (not discussed but...) the hideous new Firebase user interface was enough to lose me. It's Mongo for me, folks - but I'll keep an eye on this interesting project.
sir is it possible to check data in cache in firebase...and set status of data ...as it is sync or not...
Hi, Hitesh. I want make a realtime datatab with node and mongodb. I am not finding any type of tutorial or something. @hitesh please respond to me.
Thank you.
so how is firestore as on Oct 2018
It's out of Beta in 2019.
I am getting confused about firebase
I am looking at the documentation doesn't say how to retrieve documents by providing a list. for ex: MongoDB allows to search in this way: Query q = new Query(Criteria.where("userId").in(). How to query Firestore for such reads?
Can we transfer data from MySQL (PHPMyAdmin) to Firebase?
What r ur thoughts now?? firebase or firestore?
Nice Video!!! The problem do start with real-time now are the limitations and migration to Firestore stable version is released.
hi. have you tried firestore with expo+react native yet??
+Fernando Mendes Weffort not yet, just on iOS n Android. But I am aware that most bugs in native are resolved.
when was jaipur meet sir??
How to rename or move documents or collections in firebase firestore.
Thanks
Hi sir, how to save scroll position of recylerview activity when we go to next detail activity by clicking itemclicklistener from list of items in recyclerview and restore position when we come back to recylerview activity...sir can you please help me
for firestore is it possible to connect to another sql server ? (for firebase so far no)
Please make an updated video
Nice and informative video Sir, Thanks
Sir i want to use nosql db in my cpanel??? Is it possible???
Be aware of Firestore: Looks like Google's etention is Realtime database and Firestore was left far behind. Can't search for data, no backups, no Geo solutions, buggy. Stay away.
what's the situation of firebase vs firestore currently?
video begin at 1:45
hi, i want to shift from aws to firebase.. but i have some doubts, please help, i have 3rd party api which is called using services in my server.. i am using nodejs (Adonisjs), so basically when user send request to my server.. it first look into database, if result found then give response directly.. which is easily achievable in firebase by storing data in firestore / real time database.. but when there is no any result then i have a service created which talk to 3RD party api using http request and then get results and store into database and then give response.. how can i achieve this using firebase.. ????
it also contain some cron jobs, email sending, exe binary execution using child_process in node js .. can i do all this in firebase ???
Kindly make video on .net core tutorial.
Sir please make video on algorithms and how it can be useful in programming..
what is nosql database ?? i know mysql but dont know what is nosql database. also make video about it.thank you
Gaurav Nagar he just did. You just watched lol
sir i have a prblm while loading linux. ..can you please help me out... how can i contact you. ??
need a video on command / terminal
Thanks man!!
No backups, cannot extract data, cannot search data in firestore, no geosearch ...
Firestore is the winner
very nice
sir how to send data to real time database by using list data,spinner,elegent button
Thanks for update i m using Firebase in my 3 project but now after that i video i will make my new using firestore
Regurgitation of already available information.
As of today (6months from release), do you think FireStore is stable enough to use it in production?
Amazing
That wallpaper is seriously messed up.
👍
He has no idea he is talking about. You can find better theory of both database elsewhere. Todo App is not something you can count as an experience. Clearly, you have no idea about any of the databases. He only knows that both databases are AMAZING.
Nice explanation, I am from Network administration Background, would it be feasible for me to learn it.. please suggest
No Geofire
D tech
The main things starts from 1 minutes and 47 second. It is really really so annoying while youtubers does that. don't kill time on branding. we search for answers not your brand or market or anything else.
Sir please tell me your email....
he aint gonna tell
Akash Chauhan but why? Then how can I ask him question?
coz i have asked one for email but didn't get any response!
Ok I understand
+Debjyoti Roy to ask programming related questions, please ask them course discussion section. For rest my email is already public, hitesh@hiteshchoudhary.com
you look like Sid from Ice Age. also you are exaggerating yourself lmfao. Google contact you? brah