Тёмный

What is FireStore and Real Time database Vs FireStore 

Hitesh Choudhary
Подписаться 923 тыс.
Просмотров 58 тыс.
50% 1

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
All the learning resources such as code files, documentations, articles and community discussions are available on our website:
chaicode.com/
You can find our discord link, github link etc on the above website.
Twitter/X link: x.com/hiteshdotcom
Discord link: hitesh.ai/discord
Learn React with 10 projects: • Let's learn react from...
Learn Docker: • A practical guide on D...
Learn Kubernetes: • Complete Kubernetes Co...
How does a browser works: • How does a browser wor...
How nodejs works: • How node JS works | En...
Learn Redux-toolkit: • Learn Redux Toolkit in...
Learn NextJS: • Nextjs Full stack course
Learn Typescript: • Why to learn Typescript
Learn Javascript: • Welcome to new JavaScr...
Learn React Native: • React Native Mastery: ...
Learn Zustand: • React state management...
Learn Golang: • How to get started wit...

Наука

Опубликовано:

 

23 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 88   
@saurabhmoharir7159
@saurabhmoharir7159 6 лет назад
Evergreen line:"Hey there,Hitesh here back again.With another Video."
@bhushanb3619
@bhushanb3619 4 года назад
who is watching this 2017 video in 2019? :-) me *knowledge never get old* Thankyou Hitesh Sir
@mohamedamjad7594
@mohamedamjad7594 4 года назад
I"m in 2020 ;-)
@divinenature6220
@divinenature6220 4 года назад
I'm in quarantine -:)
@royalclashers4492
@royalclashers4492 3 года назад
2021 !
@eminvergil7997
@eminvergil7997 3 года назад
he should do a update video about this topic
@eliakaram878
@eliakaram878 6 лет назад
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
@g46psk
@g46psk 6 лет назад
for firestore is it possible to connect to another sql server ? (for firebase so far no)
@RoyP21
@RoyP21 6 лет назад
how about now? can we use firestore in prod?
@RumakInaph
@RumakInaph 6 лет назад
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?
@meunder18
@meunder18 4 года назад
Can you share your thoughts on firebase firestore as of now in 2019
@rishabhbalani6821
@rishabhbalani6821 5 лет назад
sir is it possible to check data in cache in firebase...and set status of data ...as it is sync or not...
@dasisridarshan106
@dasisridarshan106 5 лет назад
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
@thehowlerapp4252
@thehowlerapp4252 6 лет назад
How to rename or move documents or collections in firebase firestore. Thanks
@subtainmalik7375
@subtainmalik7375 6 лет назад
Sir i want to use nosql db in my cpanel??? Is it possible???
@roshangupta544
@roshangupta544 6 лет назад
sir i have a prblm while loading linux. ..can you please help me out... how can i contact you. ??
@gauravnagar3712
@gauravnagar3712 6 лет назад
when was jaipur meet sir??
@Mehrnoosh-tn5gp
@Mehrnoosh-tn5gp 6 лет назад
Nice and informative video Sir, Thanks
@Chill_kr
@Chill_kr 5 лет назад
You explains the things really well bro
@arindamsarkar5653
@arindamsarkar5653 2 года назад
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.
@keshavanparthasarathy7354
@keshavanparthasarathy7354 6 лет назад
Crisp and very useful presentation
@aayushchaurasia3332
@aayushchaurasia3332 3 года назад
Can we transfer data from MySQL (PHPMyAdmin) to Firebase?
@vikaskhandelwal5557
@vikaskhandelwal5557 2 года назад
you are doing a great Job Hitesh
@jesselima_dev
@jesselima_dev 6 лет назад
Nice Video!!! The problem do start with real-time now are the limitations and migration to Firestore stable version is released.
@franklinjose7476
@franklinjose7476 5 лет назад
Firestore is super cool to use. Its gonna be the ultimate solution for Back end Processing
@viveksakpal3231
@viveksakpal3231 6 лет назад
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...
@nikeshsangale1765
@nikeshsangale1765 5 лет назад
sir how to send data to real time database by using list data,spinner,elegent button
@acche-rc
@acche-rc 6 лет назад
I just wish they have full text search and some geo location search like GeoFire
@fernandoweffort
@fernandoweffort 6 лет назад
hi. have you tried firestore with expo+react native yet??
@HiteshChoudharydotcom
@HiteshChoudharydotcom 6 лет назад
+Fernando Mendes Weffort not yet, just on iOS n Android. But I am aware that most bugs in native are resolved.
@streamlyapp4715
@streamlyapp4715 6 лет назад
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.. ????
@streamlyapp4715
@streamlyapp4715 6 лет назад
it also contain some cron jobs, email sending, exe binary execution using child_process in node js .. can i do all this in firebase ???
@pusongaming9860
@pusongaming9860 6 лет назад
need a video on command / terminal
@DheerajRijhwani
@DheerajRijhwani 6 лет назад
Nice Video sir.😀😀😀
@vinothvino1275
@vinothvino1275 6 лет назад
Thanks man!!
@nileshsinha957
@nileshsinha957 6 лет назад
Amazing
@indiansoftwareengineer4899
@indiansoftwareengineer4899 5 лет назад
what's the situation of firebase vs firestore currently?
@harshmudgil4140
@harshmudgil4140 3 года назад
Can you pls make a video on cloudinary. How to upload videos and stream them.
@firstyfirst
@firstyfirst 3 года назад
Cloud + choudhury =cloudary Hope that helps
@KripeshAdwani
@KripeshAdwani 6 лет назад
Make a tutorial on how to transfer MySQL database to FireStore or Firebase
@poke_champ
@poke_champ 6 лет назад
Kripesh Adwani it's a restructure. From tables to json parse
@aryansheikh9927
@aryansheikh9927 5 лет назад
so how is firestore as on Oct 2018
@1ycx
@1ycx 5 лет назад
It's out of Beta in 2019.
@pradiptomajumdar3616
@pradiptomajumdar3616 5 лет назад
Kindly make video on .net core tutorial.
@bobkelso5681
@bobkelso5681 5 лет назад
You should check out rxdb. There you can even subscribe to queries.
@Softwarecom
@Softwarecom 6 лет назад
very nice
@WarmLegend
@WarmLegend 6 лет назад
Firebase is Awesome No one replace it😊😊👌
@SambhasanBiswas
@SambhasanBiswas 6 лет назад
As of today (6months from release), do you think FireStore is stable enough to use it in production?
@mayankjindal4445
@mayankjindal4445 4 года назад
Please make an updated video
@usamanaqi2229
@usamanaqi2229 6 лет назад
Hi Hope you are well. Hitesh Why you stop make Video series on WordPress. Please continue that series.
@HiteshChoudharydotcom
@HiteshChoudharydotcom 6 лет назад
+usama naqi it's still in ongoing mode, just few important stuff came in between
@prashanthkumar0
@prashanthkumar0 6 лет назад
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 😇😇😇😇
@user-uc4iv3jx3v
@user-uc4iv3jx3v 3 года назад
I am getting confused about firebase
@infomaniac5592
@infomaniac5592 6 лет назад
Sir please finish your Wordpress tutorial I am waiting long days Plzz,
@gauravnagar3712
@gauravnagar3712 6 лет назад
what is nosql database ?? i know mysql but dont know what is nosql database. also make video about it.thank you
@poke_champ
@poke_champ 6 лет назад
Gaurav Nagar he just did. You just watched lol
@khushbuyadav6164
@khushbuyadav6164 6 лет назад
Nice explanation, I am from Network administration Background, would it be feasible for me to learn it.. please suggest
@pastuh
@pastuh 3 года назад
I will go with FireStore .. because realtime-database must have multiple collections if you want to query something.. FireStore query fixed this issue
@TheGaurav0084
@TheGaurav0084 4 года назад
What r ur thoughts now?? firebase or firestore?
@davidconnelly1793
@davidconnelly1793 6 лет назад
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.
@crazyshala4571
@crazyshala4571 6 лет назад
Sir please make video on algorithms and how it can be useful in programming..
@jbliss12345678
@jbliss12345678 6 лет назад
Regurgitation of already available information.
@chaseross328
@chaseross328 6 лет назад
No backups, cannot extract data, cannot search data in firestore, no geosearch ...
@ghedoneraj2237
@ghedoneraj2237 6 лет назад
Thanks for update i m using Firebase in my 3 project but now after that i video i will make my new using firestore
@r6mez
@r6mez 3 года назад
video begin at 1:45
@anassajan2997
@anassajan2997 6 лет назад
👍
@chaseross328
@chaseross328 6 лет назад
No Geofire
@balu3811
@balu3811 3 года назад
Starts at 1:40
@id104335409
@id104335409 6 лет назад
That wallpaper is seriously messed up.
@saagarmnohar
@saagarmnohar 3 года назад
D tech
@user-ww1bf2od5h
@user-ww1bf2od5h 6 лет назад
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.
@nahidfaraji5069
@nahidfaraji5069 3 года назад
Firestore is the winner
@guneet42
@guneet42 3 года назад
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.
@skzoombangla8503
@skzoombangla8503 5 лет назад
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.
@knox7061
@knox7061 6 лет назад
Sir please tell me your email....
@AkashChauhan-is5ql
@AkashChauhan-is5ql 6 лет назад
he aint gonna tell
@knox7061
@knox7061 6 лет назад
Akash Chauhan but why? Then how can I ask him question?
@AkashChauhan-is5ql
@AkashChauhan-is5ql 6 лет назад
coz i have asked one for email but didn't get any response!
@knox7061
@knox7061 6 лет назад
Ok I understand
@HiteshChoudharydotcom
@HiteshChoudharydotcom 6 лет назад
+Debjyoti Roy to ask programming related questions, please ask them course discussion section. For rest my email is already public, hitesh@hiteshchoudhary.com
@blackhatvisions
@blackhatvisions 4 года назад
you look like Sid from Ice Age. also you are exaggerating yourself lmfao. Google contact you? brah
Далее
What is NoSQL database
11:58
Просмотров 118 тыс.
What is Firebase ?
5:42
Просмотров 343 тыс.
Я читаю переписки сына
00:18
Просмотров 335 тыс.
🤔
00:28
Просмотров 1 млн
Real reason behind Microsofts blue screen of Death
9:28
Role-Based Authorization with Firestore
10:33
Просмотров 115 тыс.
Firestore Data Modeling - Five Cool Techniques
11:44
Просмотров 253 тыс.
Llama 3.1 | Meta is leading Open Source AI
14:41
Просмотров 14 тыс.
What is API ?
10:19
Просмотров 1,6 млн
Using Firestore as a backend to your Flutter app
11:42
Просмотров 523 тыс.
Firebase Realtime DB vs Firestore 🔥
4:35
Просмотров 39 тыс.
Aura 879dsp новинка и хит
0:48
Просмотров 172 тыс.