mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-02 16:20:30 +00:00
permissions fix
This commit is contained in:
parent
a3150057ea
commit
7293722ddc
22 changed files with 394 additions and 0 deletions
7
database.rules.json
Normal file
7
database.rules.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
|
||||
"rules": {
|
||||
".read": false,
|
||||
".write": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue