1

I don't use google authentication. An app where I only show texts and images to users. I got a message today from firebase.

Any user can read your entire database

How can i solve this? I don't know about firebase rules.

{
  "rules": {
    ".read": true,
    ".write": false
  }
}
regenin
  • 291
  • 9
  • 18
  • 1
    "I don't know about firebase rules." See https://firebase.google.com/docs/rules, https://firebase.google.com/docs/database/security, https://stackoverflow.com/q/51392059, https://firebase.google.com/docs/rules/insecure-rules – Frank van Puffelen Aug 06 '21 at 14:55
  • 1
    Because you aren't using authentication, [this answer](https://stackoverflow.com/a/68411885/3068190) may also be worth reading. – samthecodingman Aug 06 '21 at 16:03

0 Answers0