Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase Security

When Users Signout Of My Firebase App, Why Doesn't It Also Signout From The Auth Provider, Say Google?

I am using Google as the auth provider to sign in with my app. My code calls the Firebase sign out … Read more When Users Signout Of My Firebase App, Why Doesn't It Also Signout From The Auth Provider, Say Google?

Why Validation Rules Behave Differently (only) With Ondisconnect Update?

I have made some tests with firebase and saw difference in rules validation between onDisconnect().… Read more Why Validation Rules Behave Differently (only) With Ondisconnect Update?

How To Implement A Role Based Access Control With AngularFire

My understanding is that I need to undertake the following steps: Make the users' roles read-o… Read more How To Implement A Role Based Access Control With AngularFire