What is a NoSQL Database? How is Cloud Firestore structured? | Get to know Cloud Firestore #1

Поделиться
HTML-код
  • Опубликовано: 25 мар 2018
  • Cloud Firestore is a horizontally scaling document-model NoSQL database in the cloud. But what does that actually mean? Welcome to our new series, Get to Know Cloud Firestore! In the first episode, Todd answers some of your essential NoSQL and Cloud Firestore questions. Let us know what you think in the comments below!
    More episodes on Cloud Firestore → goo.gle/Cloud-Firestore
    Subscribe to the Firebase channel → goo.gle/Firebase

Комментарии • 482

  • @Firebase
    @Firebase  6 лет назад +142

    Let us know what you'd like to see covered in this series in the comments!

  • @user-yi6up5yj9r

    Anyone in 2024...🤚

  • @rushikeshkatte8301
    @rushikeshkatte8301 Год назад +3

    who was looking at his thumb?😅

  • @OnionKnight541
    @OnionKnight541 5 лет назад +55

    "In the Realtime Database world, when you retrieve some element in the tree, you automatically retrieve everything below it. And that would mean downloading potential hundreds of [elements] anytime I want to grab a couple dozen [elements]... But in Cloud Firestore world, queries are shallow by default." (This is a big point that a lot of beginner Firebase programmers should keep in mind).

  • @chanlito4896
    @chanlito4896 6 лет назад +321

    A BIG thumb up 😅 for this video.

  • @permanar_
    @permanar_ 4 года назад +50

    "Since Go-To Statement" LOL IM DED😂😂😂😪😪

  • @codinginflow
    @codinginflow 6 лет назад +228

    Your explainer videos are amazing

  • @vigneshr5329
    @vigneshr5329 5 лет назад +124

    Todd is definitely one of the best presenters. Would love to see more from him.

  • @ne2r
    @ne2r 5 лет назад +34

    I should have watched this video before developing my app with Firestore. Everything makes so much sense now.

  • @rawtale97
    @rawtale97 Год назад +4

    Completely lost when I first encountered the reference of “Collection” and “documents”, making the specific relationship was hard, but now I can see all of the benefits in doing it this way, thanks for the video, it is a recommendation sorely lacking from guides.

  • @gothakane
    @gothakane 6 лет назад +58

    You actually addressed everything I was thinking as someone coming from a relational DB background. Impressive! Like you were reading my mind. Still not entirely convinced but trying it out.

  • @epajarjestys9981
    @epajarjestys9981 5 лет назад +19

    This is an awesome introduction. Excellently clear and to the point explanations of the basic concepts with all the important context.

  • @bushbuddyplatypus
    @bushbuddyplatypus Год назад +26

    Instant fan here. This is so understandable and engaging. Much better than any other tutorials I've seen in a long while.

  • @jesselima_dev
    @jesselima_dev 6 лет назад +70

    This is one of the best videos you guys posted about Firestore. Really good one! I like this guy explaining.

  • @AlmostM
    @AlmostM 2 года назад +5

    Really well explained! I kept thinking to myself questions as you went, like "How can I fetch related items without joins?" and "Won't that result in duplicate data that can be out of sync?" and each time within less than a minute you brought up the same question and gave great answers :)

  • @waleedalrashed1411
    @waleedalrashed1411 4 года назад +8

    Why is this video the absolute perfection?

  • @FilledStacks
    @FilledStacks 5 лет назад

    Awesome video Jeff. My first time actually learning about NoSQL after just hearing about it for so long. You've made it look very easy :)

  • @jdcoding1012
    @jdcoding1012 5 лет назад +1

    I remember the time when I am new to no sql database. So confusing. But now, I am enjoying and have understand this no sql database.

  • @jamesgaroutte7579
    @jamesgaroutte7579 4 года назад +2

    As a developer with a long history of using SQL databases, this is the exact information I was looking for!

  • @gauravpratap7
    @gauravpratap7 5 лет назад +4

    Describing complex things in a simple way. Thanks!