Skip to content

Commit

Permalink
Allow fetching data for package
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jul 30, 2024
1 parent 5902f7d commit 6af3597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database.rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"$package": {
".read": "auth != null"
}
},
"data": {
"$package": {
".read": "auth != null"
}
}
}
}

0 comments on commit 6af3597

Please sign in to comment.