Security Rules! 🔑 | Get to know Cloud Firestore #6

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

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

  • @varunrao2135
    @varunrao2135 3 года назад +95

    Take an extremely technical engineer with extremely good communication skills and extreme work ethic to put together such an extensive series and you get this guy

  • @k4f
    @k4f 5 лет назад +744

    I love you Database Robin Williams!

  • @masaokitamura
    @masaokitamura 4 года назад +128

    02:57 Rules in the Firebase Console
    04:11 Rules do not cascade (unlike RTDB)
    05:37 Wildcard variables
    07:53 Rules will be mostly based on 3 pieces of data: data request, target documents, some other data
    10:21 CRUD: create rules
    12:06 CRUD: update rules
    14:04 CRUD: read rules
    16:49 Limit restaurant updates to editors and owners
    18:18 Adding SuperAdmin and Moderators
    19:25 Custom Functions
    20:15 Check if Resource is valid using a function and refactoring rules
    Full playlist: ruclips.net/p/PLl-K7zZEsYLluG5MCVEzXAQ7ACZBCuZgZ

  • @USDefcon1
    @USDefcon1 5 лет назад +33

    Wow, easily the best video education series I've ever watched. Production quality through the roof and presenter is clearly knowledgable and able to communicate in a fun and direct way. Thank You!

  • @hoxorious
    @hoxorious 5 лет назад +186

    Who else noticed that little thread on his right shoulder?! 😁 By the way, a great video! 👍👍

    • @codinginflow
      @codinginflow 5 лет назад +17

      Omg now I can't watch the video

    • @violindiep
      @violindiep 5 лет назад +17

      I went directly to the comments to see if I were alone noticing it haha (25s passed so far...)

    • @LucTemetNosce
      @LucTemetNosce 5 лет назад +8

      That's the only reason I scrolled down to see the comments

    • @mithunlzmv806
      @mithunlzmv806 5 лет назад +5

      that thread broke the security rules and listening the video!!

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

      how could you NOT, like the thumb bandage one...

  • @yoshcode
    @yoshcode 3 года назад +14

    Thank you for using a realistic use case like the restaurant app, with some decently complex data, instead of just a "to do app" like every other tutorial out there hah

    • @Firebase
      @Firebase  3 года назад +7

      Glad it was helpful!

  • @RaphaelMattosatContextaWare
    @RaphaelMattosatContextaWare 5 лет назад +47

    The whole series is great! I'm glad you aren't afraid of lengthy videos. The short videos on the channel are good too, but intermediate or more experienced developers want more details. Please keep this up!
    Also, I feel I laughed more than I should at the "moist" joke :)

    • @mayukhchakraborty5364
      @mayukhchakraborty5364 2 года назад +1

      To be honest, I never realized how 22 minutes passed, like in a snap

  • @raghav4296
    @raghav4296 5 лет назад +16

    Looking forward at early 2019 for Todd's video on #7- Hey we updated Firestore to support Geoqueries, collection group queries,OR queries. 😁

  • @Saturn2888
    @Saturn2888 3 года назад

    I dunno what kinda docs you're taking about, but when I spent hours each night struggling to figure out these rules (which I eventually figured out), you answers all my questions in a single 20 min video.

  • @zenban
    @zenban 2 года назад +3

    Security Rules, like the noun, but also Security Rules! like the verb... All I know is Database Robin Williams Rules!
    Seriously thank you for making learning a new language much less intimidating

  • @1002CK
    @1002CK 5 лет назад +3

    Tod always provide a great perspective to look at thing, and create product that is easier for us developer to use

  • @extspence
    @extspence 2 года назад +2

    Great Series, the string cut the string.

  • @kdtechniquesofficial6153
    @kdtechniquesofficial6153 2 года назад

    I like this guy. He's like my next-door uncle who always is funny and nice to people.

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

    So nice with a high-quality tutorial series where the presenter is SO good that he doesn't need to beg the viewer to subscribe; we'll do it anyway! And share! Can't wait for the next instalment.

  • @boo5274
    @boo5274 Год назад

    What an awesome video, and now I've seen there's an entire series from this guy. explained it perfectly for my ape brain. Thank you!

  • @CrystalMusicProductions
    @CrystalMusicProductions 4 года назад +5

    Best tutorial I have seen so far for learning the security rules :)

  • @callybx
    @callybx 5 лет назад +3

    Just brilliant - so clear and simply explained - thank you!!!!

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

    Love your entire series. Would love to see a video on perhaps the best ways to combine all the services together. For example in my current app, we are using realtime database, firestore, firebase authentication, storage and now cloud messaging. With so many products one could see how confusing the entire product ecosystem is...

  • @spidfire
    @spidfire 3 года назад +2

    Did the example for matching google.com contain a bug because it also matches something@totallynotgoogle.com ?

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

    Best tutorials for Firebase.

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

    So happy with this video. It really goes into proper depth and will definitely help me secure everything properly!
    The local emulator definitely deserves another episode though (or maybe an example on git?), as the documentation is quite hard to comprehend fully.

  • @LuisCastillo-qh8wm
    @LuisCastillo-qh8wm 3 года назад +1

    Best videos series of this channel, as a developer I love it!

  • @adriandri3287
    @adriandri3287 3 года назад

    ohhh thanks so much.. i had two days trying to understand ... thank you.

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

    This is a great series. Please do a episode all about pagination.

  • @JBuchmann
    @JBuchmann 4 года назад +1

    Commonly a large company would have front AND backend devs working on a project. (assuming a 'traditional' server backend is involved). But with Firestore, is this still the case?... for example, with Firebase (and cloud functions, security rules, etc.) typically would this mostly still be done by a backend developer? Or with Firebase is the intent for the front end devs to do this themselves (and thus essentially be full stack)?

    • @adebolalateef9094
      @adebolalateef9094 Год назад +1

      my exact question rn! seeing it's not being answered, I have to go elsewhere 😪

  • @hoaivu25
    @hoaivu25 3 года назад +1

    great tutorial. thank.

    • @Firebase
      @Firebase  3 года назад

      Glad it was helpful!

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

    security rulez!

  • @igorkuna290
    @igorkuna290 4 года назад +1

    Club Databass 😂
    Awesome video BTW, I learned a lot.

  • @justdominican7474
    @justdominican7474 Год назад

    This guy cracks me up

  • @mozesong5264
    @mozesong5264 5 лет назад +2

    6:54 best thing i heard all day

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

    While running the Firestore Rules simulator, request.token seems to be null.
    And if at all we provide it using Custom Auth Provider, we need to provide "super_admin" it at the "token" level, which is not the case with actual real world situation, as the custom claim is in "customClaims" property of "token" property.
    TL;DR:
    With simulation ->
    "token":{
    "super_admin":true
    }
    With real case ->
    "token":{
    "customClaims":{
    "super_admin":true
    }
    }

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

    Super awesome video thanks for making these and going into some detail!

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

    How do you handle when people put random irrelevant data in a document? Is there a way to whitelist which fields are allowed on a document? This could be a security problem if they predict a field that we would add later.

  • @Nikon1101
    @Nikon1101 5 лет назад +3

    haha, that IAM joke was really nice

  • @belqisshida5345
    @belqisshida5345 4 года назад +1

    Is Cloud Firestore a good selection for a bank account? Can it be safe and reliable to save people's money which is a number to the Cloud Firestore? My concern is reliability and security. Any suggestions?

  • @armankarimi9209
    @armankarimi9209 3 года назад +1

    Your videos are a delight! Thank you :D

    • @Firebase
      @Firebase  3 года назад

      Glad you like them!

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

    Love the video! Thanks a lot for clear instructions. They have helped me a lot to improve my app!! It's nice to watch which gives an honest approach to the content.

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

    Thanks Todd, super useful and relevant to my development efforts.

  • @viddeoshuffle
    @viddeoshuffle 5 лет назад +2

    If you access to a document field from a security rule, does it count as a read? 💸

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 3 года назад

    Super super helpful

  • @Squad2ND
    @Squad2ND 7 месяцев назад

    Even though it's possible to create Security Rules on each document-attribute, is it possible for a client to add new fields in the update? I can't help but thinking about having all updates/create go theough a Cloud Function first to make more fine-grained validation.

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

    What if technically someone retrieved information from my app and created his own with the same credentials? He can send to my database the same requests as I do, e.g. send message. I am really confused by it because my project information is public on my website.

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 года назад +1

    Awesome video +++++ 😃

    • @Firebase
      @Firebase  2 года назад

      Happy to hear you enjoyed the video, Mohamed! Don't forget to check out the links in the description for more tips and tutorials 👍

  • @azmaniandevil
    @azmaniandevil 4 года назад

    This genuinely is one of the more enjoyable "tooling how to" videos that I've seen. Great work Todd and Firebase team!

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

    Finally a video that explains this. Thanks, you helped a lot 😁

  • @sutikshnadubey
    @sutikshnadubey 3 года назад

    Nice Videos!
    It'd be great if Summary of rules/points can be given in description section.

  • @toupocallen7572
    @toupocallen7572 Год назад

    Thank you very much.

  • @jelmer-7790
    @jelmer-7790 4 года назад +1

    Great video, great episode: this answered a lot of questions I had regarding security for which I am grateful!
    I still have one concern regarding security due to the schemaless nature of the database. How can I prevent malicious users from spamming my database by writing data to 'fields' I haven't defined? Because from what I understand, anybody with 'write' access to a certain documents can make a function that writes random key:value pairs to the database and run it from a console.
    Is is possible to write a function that prevents all keys that aren't defined by me 'the programmer' to be written to the database?

  • @mohamadtahmad8451
    @mohamadtahmad8451 4 года назад +1

    I have a question when we use the get() method at 16:50, does that get call count to my readers in firestore?

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

    Is it true that using sub-collections basically is a kind of extra security? For example, you know that users can only get a sub-collection that belongs to a specific parent id, so unless they know all the parent ids and loop over that, there is no way they can just get a list of all the item in a sub-collection.

  • @codewithfelix3940
    @codewithfelix3940 Год назад

    Man i like ur vids, always .

  • @paoluccij
    @paoluccij 4 года назад

    I don't know if something has changed at the moment, but it continues to appear in the documentation that the first thing we must put is "rules_version = '2';"; the truth is that it is the first error and it does not allow publishing only by placing that in the rules

  • @momtalaidorganization5424
    @momtalaidorganization5424 4 года назад

    I love your explanations mate!

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

    I really like the idea of all these videos, but because I’m a bit of a noob developer, I have a hard time picturing the use cases in real apps. What has always helped is having super basic apps using these cases and watching what happens instead of just discussing what would happen.

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

    Excellent video, with a strong use case !

  • @hexadcml
    @hexadcml 4 года назад

    Normally, I would hate these corny jokes. But I love these.

  • @apayrus
    @apayrus 5 лет назад +9

    Please, open the ability to translate subtitles to other languages. This material is interesting for many peoples. Not only for English speakers.

  • @saikumarreddyatluri3332
    @saikumarreddyatluri3332 5 лет назад +3

    It would be the video if u even show the structure of firebase

  • @daretobedangerous6552
    @daretobedangerous6552 Год назад

    would have been great if you show us how the document snapshot looks like first

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

    how to allow only some specific internal ip addresses from login into my firebase auth login we app?? please provide me some tips it is turning like a nightmare.

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

    Very nicely presented and explained. 👍

  • @bitculator
    @bitculator 4 года назад

    Upvoted, even tho i cant get mine to work... only != null will work, all other rules will fuck me up

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

    Wow this is explained very well, nice vid

  • @enriccamarero5601
    @enriccamarero5601 5 лет назад +2

    Amazing! But, where did you get that sick sticker for the laptop? 😍

  • @muttmagandi
    @muttmagandi 5 лет назад +2

    The fox on the computer looks a lot like the Firefox... :)

  • @thanhtung2922
    @thanhtung2922 6 месяцев назад

    Hi Guys. I implement Firestore within my Backend with Express and have all types of validations against Client side requests. Do i really still need to implement those rules ?

  • @alexandregagne4151
    @alexandregagne4151 5 лет назад +3

    Could you do a video on Firestore pagination? Thank you very much for your video ;)

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

      How about a crud datatable with sort, pagination and search, all server side

  • @seemayr
    @seemayr 3 года назад +1

    this is great!!

  • @connelhooley
    @connelhooley 3 года назад

    How can we stop users adding new properties for objects? E.g. I can validate the name and dob fields, but how do I stop them adding 50 new fields on an update for example?

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

    When you have a "roles" map of uid => role, how can you validate to ensure only the owner can add/remove editors, but an editor can remove themselves from the map?

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

    Very useful tutorial! Thanks!

  • @alexeyiskrov2845
    @alexeyiskrov2845 5 лет назад +2

    Great video! It would be even better if it was released few months ago when I was implementing security rules for my database.

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

      Probably would've been best if you read the documentation :P

  • @zzong8035
    @zzong8035 3 года назад

    if I choose to store my users info using the firebase auth user profile and use the user.diplayName field to store username, and on a Firestore collection('reviews') I have reference to the username. Say when I want to update a user's username (user.displayName), I also need to go and update all duplicated data on the reviews collection. My question is can I make a batch job that consists of a auth.updateProfile and a firestore.docRef.update?

  • @AonghasAnderson
    @AonghasAnderson 4 года назад

    Super super useful!

  • @Jb67912
    @Jb67912 2 года назад

    is this any better or worse than using a node.js backend? It seems like a LOT of little rules to write when node.js would make it simpler or would it not?

  • @reeehaaan
    @reeehaaan 2 года назад +3

    for me ×0.75 playback speed is good

  • @kimduer6194
    @kimduer6194 4 года назад

    If I write thorough security rules within Firestore, can I eliminate them from the client-side code entirely or should I have them in both places?

  • @abdouseck4894
    @abdouseck4894 3 года назад

    This is awesome! We still need a backup solution that does not cost 1000$

  • @arturo_gomez
    @arturo_gomez 4 года назад

    Great video! Keep it up!

  • @GoingthroghIT
    @GoingthroghIT 4 года назад

    It says that the video will cover a case where access will be based on some other data in some other collection but then never covers this part. "Some other data located in some other part of your db"

  • @warren488
    @warren488 Год назад

    it's only now hitting me that i created an entire backend for my app because i didnt understand security rules and therefore couldnt open up writes to the frontend 😥😥

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

    this guy is awesome! I've become a fan

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

    13:33 Hahahaha 'moist' eh? LMAO

  • @ashishtrivedi6426
    @ashishtrivedi6426 4 года назад

    Lets say i have school. teacher wants to create collection in document for specific students, and few documents for all students in calss . how can i model this ?? I cant assign roles at such granular control

  • @noamgonen6243
    @noamgonen6243 5 лет назад +5

    security rules ! (like the verb)

    • @jihadmahde
      @jihadmahde 4 года назад

      I didn't get that :/

    • @noamgonen6243
      @noamgonen6243 4 года назад +1

      @@jihadmahde word play? "you rock" = "your rule" --> verb... while same time "rules of the game" (noun) ... --> so u can read the title both ways.... just a silly word play in a moment of boredom, nothing to read too deep into :-)

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

    You mentioned leaking private data because you can only get a whole document, and so separating into a "private" document with security rule is needed. (e.g. you should not store user's sensitive data in the same document as public data) However when I look at REST API it looks like getting a partial document is supported by DocumentMask. firebase.google.com/docs/firestore/reference/rest/v1beta1/projects.databases.documents/get Is it just updated?

    • @chidev9131
      @chidev9131 3 года назад

      From my understanding, if your client is following the exact code of your app, this is correct, there's nothing to worry about. But let's pretend for a moment that the client is a malicious user. If all the private fields are grouped with the public fields, you can't have separate security rules for the fields. And thus, that malicious user who is able to request data by pretending to be sent from your app would get private data - something that you wouldn't want.

  • @bitculator
    @bitculator 4 года назад

    It would be great if you showed the structure inside the firebase dashboard as well... I can't get shit to work... I assume reviews are a subcollection of a first-level document the first level documents all represent a restaurant, right?... and the 'score' is a field inside the subcollections documents? I can't get nothing to show at all.. even if I just check request.resource.data.score is number.... ive tried adding score as a number and put in 3 in all places where I can make a field, I even only have 1 main document, and 1 document in the sub-collection, so a total of 2 places where I have put in 3 as a number with a key as score ... but yet I'm denied access...
    The only thing that works for me is to check if the user is logged in... then I can access it all, no other rules work for me...

  • @javadziaebrahimi3568
    @javadziaebrahimi3568 4 года назад

    really helpful thankssssssss

  • @krishnamohanty5128
    @krishnamohanty5128 4 года назад

    hi sir, thanx for making this video. but i have some error i am facing right now. error is: Listen for Query(users/-M9hU8UJtjjJws3-_UYE) failed: Status{code=PERMISSION_DENIED, description=Missing or insufficient permissions., cause=null}. And query : future: Firestore.instance.collection("users").document(widget.profileID).get(),
    builder: (context, snapshot) . how to fix?

  • @felipe_marra
    @felipe_marra 3 года назад

    i can't understand how this rules works 😥 check booleans don't stop someone to make a request data pass through the rules

  • @kllokoq
    @kllokoq 2 года назад

    Why is there a fox trying to eat a bird on the laptop cover? What does it mean?

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

    How can I make a collection of users with their email & displayName searchable, so you can search for your friend via email or displayName, but disallow someone from getting all these user documents with the email addresses and displayNames inside?

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

      stackoverflow.com/questions/54174979/how-to-protect-email-addresses-but-make-them-searchable-with-firestore

  • @amarpreetsingh857
    @amarpreetsingh857 5 лет назад +2

    how to use pagination?

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

      @@ToddKerpelmanCorp That is really great news. I had just requested that in my recent comment.

  • @Alexander-mg4pr
    @Alexander-mg4pr 2 года назад

    I really wish you showed your actual Firestore Database structure 😕

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

    How do i navigate to two worded collections like ‘user record’? ex: match/ user record/{urId}

  • @fernandoluis53
    @fernandoluis53 4 года назад +1

    i always thought the cloud functions would be handling all this stuff..

    • @abdulrahmanmohamed4131
      @abdulrahmanmohamed4131 3 года назад

      me too but I think this is better because no need to pay for cloud functions this way

  • @javadbacker481
    @javadbacker481 4 года назад

    Quality content

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

    how to fetch a particular fields from the firestore in angular firebase

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

    please you can explain how to use firebase database REST API

  • @djonganelsonlontrowski1949
    @djonganelsonlontrowski1949 3 года назад

    This sound will to be success on integer Brazil and i'll take the mute to sing to external countries.