firebase incerida

This commit is contained in:
2025-12-15 14:01:45 +00:00
parent 8e179df1dc
commit 24bd74aedc
5 changed files with 33 additions and 1 deletions

7
database.rules.json Normal file
View File

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