Skip to content

Commit

Permalink
Task P: Add a Firebase database
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiViv committed Oct 19, 2024
1 parent 52bf857 commit c37b0a1
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 16 deletions.
7 changes: 7 additions & 0 deletions database.rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": true,
".write": true
}
}
5 changes: 4 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"destination": "/index.html"
}
]
},
"database": {
"rules": "database.rules.json"
}
}
}
Loading

0 comments on commit c37b0a1

Please sign in to comment.