Files
hoppscotch/database.rules.json
Liyas Thomas c54b019d55 🔥 Firebase Hosting
2019-10-03 15:16:39 +05:30

7 lines
161 B
JSON

{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": false,
".write": false
}
}