Skip to content

Commit

Permalink
mostly package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed Jul 23, 2022
1 parent f25e8f2 commit c64ebc9
Show file tree
Hide file tree
Showing 15 changed files with 13,430 additions and 23,869 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "boba-watch-firebase"
}
}
22 changes: 22 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"emulators": {
"auth": {
"port": 9099
},
"functions": {
"port": 5001
},
"firestore": {
"port": 8080
},
"storage": {
"port": 9199
},
"ui": {
"enabled": true
}
},
"storage": {
"rules": "storage.rules"
}
}
Loading

0 comments on commit c64ebc9

Please sign in to comment.