Realtime Database Insecure Rules

Jyotishgher Astrology
By -
0

 Realtime Database Insecure Rules 

{

  "rules": {

    ".read": true,

    ".write": true

  }

}

secure Rules  Will be:


{

  "rules": {

    ".read": "auth.uid !=null",

    ".write": "auth.uid !=null",

  }

}



Learn more

Post a Comment

0Comments

Post a Comment (0)