mirror of
https://github.com/jlengrand/undercover.git
synced 2026-03-10 08:51:23 +00:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
service cloud.firestore {
|
|
match /databases/{database}/documents {
|
|
match /{document=**} {
|
|
allow read, write;
|
|
}
|
|
}
|
|
}
|