Init firebase

This commit is contained in:
Callum Gilchrist
2022-10-01 12:38:27 +01:00
parent 62d1045a3a
commit b047798895
11 changed files with 2131 additions and 0 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
}
}