ความคิดเห็น •

  • @bitculator
    @bitculator 4 ปีที่แล้ว +32

    I love how absolutely no one shows how to validate data from a parent document inside a subcollection... or working with subcollections at all.

  • @Manudoido100
    @Manudoido100 4 ปีที่แล้ว +2

    Thank you, the best tutorial about Firestore rules that I have found. Even if you aren't using Firebase for a Ionic application this video will help you. Thanks again!!

  • @aram5642
    @aram5642 3 ปีที่แล้ว +3

    What a fantastic video! Like a missing manual! I am about to build a more complex app with some access levels scheme. Wasn't sure about how and where I should split the access responsibilities between the FE app and rules. Now it is more clear to me. Please make more videos about rules, please do!

  • @bernardobellobriceno178
    @bernardobellobriceno178 3 หลายเดือนก่อน

    Thank you so much for the explanation man... You explained it way better than the Firebase guys

  • @kenworldtechnologies1567
    @kenworldtechnologies1567 3 ปีที่แล้ว +2

    The best explanation so far. Thank you man

  • @darkee999
    @darkee999 3 ปีที่แล้ว

    This is exactly what I needed right now. I can finally understand how to get started with these functions

  • @brandonsayring
    @brandonsayring 2 ปีที่แล้ว

    I really appreciate your explanations. Thank you so much!

  • @constantinosloizou1263
    @constantinosloizou1263 3 ปีที่แล้ว

    Simple tutorial but helped a lot. Thank you my friend

  • @jimmyopot1972
    @jimmyopot1972 3 ปีที่แล้ว

    Absolutely indebted to you. Saved my firestore database, which was rendered obsolete.

  • @asmereg
    @asmereg 3 ปีที่แล้ว

    a little closer, a little closer. Oh, you finally reached what I was exactly looking for. Thanks

  • @andersbraathen1256
    @andersbraathen1256 ปีที่แล้ว

    Great video, thanks!

  • @sornvengy6828
    @sornvengy6828 3 ปีที่แล้ว

    Really good bro for this teaching.

  • @FaeUtero
    @FaeUtero 3 ปีที่แล้ว

    Thanks a ton man. Really helpful \m/

  • @merakli2022
    @merakli2022 2 ปีที่แล้ว

    thanks for the great lesson.

  • @rockdrummer3999
    @rockdrummer3999 3 ปีที่แล้ว

    Makes a lot of sense, thanks

  • @lrajoo11
    @lrajoo11 2 ปีที่แล้ว

    great stuff!

  • @snehalmishra7549
    @snehalmishra7549 4 ปีที่แล้ว

    Thank you bro 👍

  • @cguider6719
    @cguider6719 3 ปีที่แล้ว

    Excellent.

  • @raffaelemasucci4082
    @raffaelemasucci4082 10 หลายเดือนก่อน

    Thank you!!!!!!!!!

  • @bongbox
    @bongbox 4 ปีที่แล้ว

    Can I write to expire disable a document after x interval since it was created?

  • @Akeshma
    @Akeshma 4 ปีที่แล้ว

    thanks so much. What about making rules to list only user's posts for that user only?

  • @WhatIsThisAllAbout
    @WhatIsThisAllAbout 4 ปีที่แล้ว

    amazinf bro thanks

  • @vijaypawar1316
    @vijaypawar1316 3 ปีที่แล้ว

    Thank you, ❤️ I am looking for data validation. I don't want duplicate the values in the data base such int value of some id

  • @DavidLopez-wf1uy
    @DavidLopez-wf1uy 5 ปีที่แล้ว +2

    Hey Josh, nice video!! What about firestore security rules with authentication and role-based security? I don't know if there's something already implemented within firestore or if the role-based security logic has to be implemented by us from scratch. Thank you!

  • @yooscripts5947
    @yooscripts5947 5 ปีที่แล้ว

    thanks

  • @alexpablo90
    @alexpablo90 5 ปีที่แล้ว

    Can you explain how use/make in-app purchases?

  • @amao20039714
    @amao20039714 4 ปีที่แล้ว

    Do you think a malicious user can bypass the security rules if they set their uid as " " empty in a doc and somehow in their payload the uid was also " " empty.

  • @ramone09
    @ramone09 4 ปีที่แล้ว +1

    Hi! Nice video. I have a chat system but I don't use Google authentication. I only use firebase for messages between users. What would be the best rules for me? Allow only my domain?

  • @Casal0x
    @Casal0x 4 ปีที่แล้ว +1

    Can you help us with some tutorial about role-based rules ?

  • @ruangtamu2659
    @ruangtamu2659 2 ปีที่แล้ว

    hi Josh, how to prevent uid not written / store to the document? as we would not want uid stored everywhere

  • @wilcas5349
    @wilcas5349 4 ปีที่แล้ว

    Awe-so-me tutorial.

  • @boyapatiramakrishna2068
    @boyapatiramakrishna2068 3 ปีที่แล้ว

    how to incorporate it in the javascript web app? and how to give permissions to custom user id and password

  • @tenuksdnbhd
    @tenuksdnbhd 3 ปีที่แล้ว

    Can somebody explain how these security rules works? Why does it seem like ANYONE can spoof the payload content and bypass the security rules?

  • @SachinKumar-xk9gh
    @SachinKumar-xk9gh 3 ปีที่แล้ว

    How to restrict read from specific IP address only?

  • @Sampelmind81
    @Sampelmind81 4 ปีที่แล้ว

    hello from germany! I implemented an android app using the firebase remote config and iam not using the database to store documents. My app request only a string from remote config to encrypt the local sqlite database on the smartphone. Is it necessary to set security rules even if iam not using the database? Thanks!

    • @burr1113
      @burr1113 4 ปีที่แล้ว

      Yes, in any case. The test version is given for 30 days.

  • @jattarinnontakaew3965
    @jattarinnontakaew3965 5 ปีที่แล้ว

    good

  • @weilieschok2001
    @weilieschok2001 3 ปีที่แล้ว +2

    can u show a tutorial showing a "role" validation? e.g. Admin user can perform CRUD to all users, but "Employee" user can only READ their own doc

  • @omkarkadam399
    @omkarkadam399 3 ปีที่แล้ว

    How to validate duplicate entries?

  • @vince2nd
    @vince2nd ปีที่แล้ว

    Where can we find the simulator?

  • @jaygarzon6709
    @jaygarzon6709 2 ปีที่แล้ว

    I am here Aug 2021

  • @oppa5584
    @oppa5584 3 ปีที่แล้ว

    If someone wants to save some time. 4:00

  • @belqisshida5345
    @belqisshida5345 4 ปีที่แล้ว

    Work step by step and show real example

  • @eightrice
    @eightrice 2 ปีที่แล้ว

    this does not work anymore

  • @codemind1822
    @codemind1822 2 ปีที่แล้ว

    I wish you showed your database and created a simple database to show what you are searching. I did not really get what you are doing when you put braces and write collection name in singular form...... PASS..

  • @tcritt
    @tcritt 3 ปีที่แล้ว

    Podata, podata

  • @dallasrieck7753
    @dallasrieck7753 3 ปีที่แล้ว

    nervous mouse; yikes

  • @Alex-hs8xj
    @Alex-hs8xj 3 ปีที่แล้ว

    thanks

  • @tenuksdnbhd
    @tenuksdnbhd 3 ปีที่แล้ว

    Can somebody explain how these security rules works? Why does it seem like ANYONE can spoof the payload content and bypass the security rules?