SG
Size: a a a
SG
SG
Ч
SG
SG
М
SG
М
SG
М
ПП
NM
// Allow read/write access on all documents to any user signed in to the application
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if request.auth != null;
}
}
}
NM
ПП
// Allow read/write access on all documents to any user signed in to the application
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if request.auth != null;
}
}
}
NM
ПП
NM
M
ПП
М