Skip to content

Commit

Permalink
initialised Firebase database
Browse files Browse the repository at this point in the history
  • Loading branch information
APandamonium1 committed May 30, 2024
1 parent 3b0d198 commit 3700eaf
Show file tree
Hide file tree
Showing 3 changed files with 16 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": {
"default": "edusync-c5eb9"
}
}
6 changes: 6 additions & 0 deletions database.rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rules": {
".read": false,
".write": false
}
}
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"database": {
"rules": "database.rules.json"
}
}

0 comments on commit 3700eaf

Please sign in to comment.