Firebase Firebase Security Javascript Node.js Firebase Secret Authentication Returning Null Payload June 25, 2024 Post a Comment I used ref.authWithCustomToken(), but the payload that is returned has null properties: auth, expir… Read more Firebase Secret Authentication Returning Null Payload
Firebase Firebase Realtime Database Firebase Security Javascript Why Validation Rules Behave Differently (only) With Ondisconnect Update? February 15, 2024 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?
Firebase Authentication Firebase Realtime Database Firebase Security Javascript Restricting Firebase Read/write Access To Only Myself January 25, 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