File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
dev-packages/e2e-tests/test-applications/node-firebase Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,7 @@ rules_version='2'
3
3
service cloud .firestore {
4
4
match / databases/ {database }/ documents {
5
5
match / {document =** } {
6
- // This rule allows anyone with your database reference to view, edit,
7
- // and delete all data in your database. It is useful for getting
8
- // started, but it is configured to expire after 30 days because it
9
- // leaves your app open to attackers. At that time, all client
10
- // requests to your database will be denied.
11
- //
12
- // Make sure to write security rules for your app before that time, or
13
- // else all client requests to your database will be denied until you
14
- // update your rules.
6
+ // general access within this test app's emulator is fine
15
7
allow read , write : if true ;
16
8
}
17
9
}
You can’t perform that action at this time.
0 commit comments