Skip to content

Commit 630e072

Browse files
committed
Remove emulation warning
1 parent 78389a9 commit 630e072

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

database.rules.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"rules": {
3+
".read": false,
4+
".write": false
5+
}
6+
}

firebase.json

+9
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
},
7272
"auth": {
7373
"port": 9099
74+
},
75+
"database": {
76+
"port": 9000
77+
},
78+
"storage": {
79+
"port": 9199
7480
}
81+
},
82+
"database": {
83+
"rules": "database.rules.json"
7584
}
7685
}

0 commit comments

Comments
 (0)