Skip to content

Commit c64ebc9

Browse files
committed
mostly package updates
1 parent f25e8f2 commit c64ebc9

File tree

15 files changed

+13430
-23869
lines changed

15 files changed

+13430
-23869
lines changed

.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "boba-watch-firebase"
4+
}
5+
}

firebase.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"emulators": {
3+
"auth": {
4+
"port": 9099
5+
},
6+
"functions": {
7+
"port": 5001
8+
},
9+
"firestore": {
10+
"port": 8080
11+
},
12+
"storage": {
13+
"port": 9199
14+
},
15+
"ui": {
16+
"enabled": true
17+
}
18+
},
19+
"storage": {
20+
"rules": "storage.rules"
21+
}
22+
}

0 commit comments

Comments
 (0)