Skip to content

Commit 90a892c

Browse files
author
Your Name
committed
Firebase & AngularFire In Depth
1 parent f22a779 commit 90a892c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firestore.rules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ service cloud.firestore {
4242

4343
}
4444

45+
match /{path=**}/lessons/{lessonId} {
46+
allow read: if isKnownUser();
47+
}
48+
49+
4550
}
4651

4752
}

0 commit comments

Comments
 (0)