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

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?

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

Is Firebase Supposed To Run On The Client?

I'm interested in using Firebase (https://firebase.google.com/), I've looked at their docs … Read more Is Firebase Supposed To Run On The Client?

Firebase Secret Authentication Returning Null Payload

I used ref.authWithCustomToken(), but the payload that is returned has null properties: auth, expir… Read more Firebase Secret Authentication Returning Null Payload