Skip to content

Commit

Permalink
Adding Firebase Database
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseVega792 committed Aug 3, 2021
1 parent c37d277 commit a12ebc2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"staging": "sportstrackerv2"
}
}
21 changes: 21 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
},
"emulators": {
"hosting": {
"port": 5001
},
"database": {
"port": 3333
},
"ui": {
"enabled": true
}
}
}

0 comments on commit a12ebc2

Please sign in to comment.