Here\'s my code:
firebase.auth().onAuthStateChanged((user) => { if (user) { console.log(\"We are authenticated now!\"); firebase.fires
First check the Stuff on the FIREBSAE Rule Exectuion Simulator,
and secondly your issue sounds like you'r requests are not in Sync, check your rules (if possible) in the Web view , as i tried doing the same and it worked for me
{ "rules": { ".read": "auth != null", ".write": "auth != null" } }