Firebase Authentication Firebase Realtime Database Firebase Security Javascript Restricting Firebase Read/write Access To Only Myself August 20, 2024 Post a Comment I have a static website which runs: config = apiKey: 'HIDDEN' authDomain: 'HIDDEN… Read more Restricting Firebase Read/write Access To Only Myself
Angularfire Firebase Firebase Authentication Firebase Security Javascript How To Implement A Role Based Access Control With Angularfire November 25, 2023 Post a Comment 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
Firebase Firebase Realtime Database Firebase Security Javascript Why Validation Rules Behave Differently (only) With OnDisconnect Update? December 11, 2022 Post a Comment 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?