chore: add firebase setup

This commit is contained in:
Julien Lengrand-Lambert
2019-06-14 19:37:19 +02:00
parent 1823c24357
commit 1ea7b3b6f7
13 changed files with 305 additions and 0 deletions

6
database.rules.json Normal file
View File

@@ -0,0 +1,6 @@
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}