質問編集履歴
1
脱字
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
match /databases/{database}/documents {
|
22
22
|
|
23
|
-
match /
|
23
|
+
match /blogs/{document=**} {
|
24
24
|
|
25
25
|
allow read: if true;
|
26
26
|
|