Understanding Firestore Security Rules with Examples

preview_player
Показать описание
In this video, we take a look at the basics of Firestore Security Rules and how they are used to secure access to data in your Firestore database.

PREVIOUS TUTORIALS

#firestore #security #ionic

Рекомендации по теме
Комментарии
Автор

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

bitculator
Автор

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!!

Manudoido
Автор

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

bernardobellobriceno
Автор

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

darkee
Автор

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!

aram
Автор

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

asmereg
Автор

The best explanation so far. Thank you man

kenworldtechnologies
Автор

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

jimmyopot
Автор

I really appreciate your explanations. Thank you so much!

brandonsayring
Автор

Simple tutorial but helped a lot. Thank you my friend

constantinosloizou
Автор

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!

DavidLopez-wfuy
Автор

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

Akeshma
Автор

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

vijaypawar
Автор

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?

ramone
Автор

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

alexpablo
Автор

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

bongbox
Автор

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

Casalx
Автор

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

weilieschok
Автор

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.

amao
Автор

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

ruangtamu