Role-Based Authorization with Firestore

preview_player
Показать описание

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

Stellar content as ever! I recognize your use of coding patterns to really scale how you apply logic to your coding samples. Keep up the good work. Avid audience!

bensonmwaura
Автор

Please make a full video on Firestore rules.

kirangouds
Автор

Is this a tutorial on Role-Based Authorization with Firestore or just a demonstration on how many words you can say in 10 minutes?

i-heart-google
Автор

Just found your videos, these are life savers, thanks!

paulallen
Автор

Hi Jeff, this is a really good episode. Thanks so much!! This approach is really good. My question is, is there relevant function of Guards in Flutter?

Joyceview
Автор

Awesome man! i was waiting for this video for a week now!

patrickmadrigal
Автор

Thanks for this! It might be helpful to explain how these roles are set in the first place.

jamieperkins
Автор

Thanks for this lesson. Always interesting to see some snippets of functions code :) As for the Angular part: in larger applications, repeating canEdit, canRead, can* methods will not be scalable. Just make a structural directive for that purpose.

aram
Автор

Is to be mentioned that the document on Firestore where "roles: {..}" is written (/users/userId) can still be modified, what I did is use that property check only for UI purposes, but for security I check another document that can be modified only by admins and not by the user whose role is being modified!

mnlttt
Автор

Hi, Can you please make a complete video series(eg. part-1, part-2, part-3 ...) on angular firebase for the firebase beginners? Because I am literally confused with the sequence that where to start and how this learning cycle will go on.

MuhammadFaisal-nviu
Автор

Hi sir, I really appreciate your courses. I just started an angular project and I'm using the latest version, but I'm facing a problem when I try to integrate what you're celebrating for the role management in your tutorial. The error I encounter is due to the version I think. Will you have a more recent video(s) to recommend or lessons please? Thank you.

alambamaker
Автор

How would you do this in Svelte? Would you use a store to hold the user role?

JDalmasca
Автор

What if the user logs out. What is the best way to check the guard on auth change?

ttbooster
Автор

Awesome video :). Are you going to do a video for firestore like you did for RTDB: how to connect users to their data ?

PMANOBRE
Автор

Is this a different method that can I choose to be used or all of this methods must be present to function well?

johngeronimo
Автор

which tool did you use to generate that background music at intro and extro ?

anilgr
Автор

I would like a one on one help soon. I have built a site that I want to make secure. However, I don't understand how Firebase rules work to completely secure my data!

tabancosmos
Автор

Hi, thanks for the video. In checkAuthorization method how "const role" (string) is mapped to "user.roles" (boolean)? I get ts(7053) error. Thanks

tunaalkan
Автор

Is there a reason to you use set() with merge over just using update()? I believe update will also create the field if it doesn't exist.

andrews
Автор

Getting this error on the Popup: This app is not yet configured to make OAuth requests. To do that, set up the app’s OAuth consent screen in the Google Cloud Console.

UjjwalKumar-wgwu