Skip to content

Commit 24c756d

Browse files
committedMay 31, 2019
firebase initialized
1 parent 7fe1fb4 commit 24c756d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎.angulardoc.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"repoId": "d3f652b8-370a-4600-a82f-d990b482d4f9",
3+
"lastSync": 0
4+
}

‎database.rules.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
32
"rules": {
4-
".read": false,
5-
".write": false
3+
".read": "auth != null",
4+
".write": "auth != null"
65
}
76
}

0 commit comments

Comments
 (0)
Please sign in to comment.