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

Restricting Firebase Read/write Access To Only Myself

I have a static website which runs: config = apiKey: 'HIDDEN' authDomain: 'HIDDEN&#… Read more Restricting Firebase Read/write Access To Only Myself

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

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?