Skip to content

Commit

Permalink
feat: basic attempt to authorize users
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOtto authored and paulinapp1 committed Oct 2, 2024
1 parent 5684013 commit cf26613
Show file tree
Hide file tree
Showing 19 changed files with 770 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "auth-20a66"
}
}
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": 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"
}
}
Loading

0 comments on commit cf26613

Please sign in to comment.