Skip to content

Commit 25eaf32

Browse files
committed
chore: add local firebase emulator config
1 parent 5308880 commit 25eaf32

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

firebase.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"emulators": {
3+
"firestore": {
4+
"port": 9999
5+
},
6+
"ui": {
7+
"enabled": true,
8+
"port": 4000
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)