mirror of
https://github.com/romancm/gamebrary
synced 2024-12-11 20:22:27 +00:00
7 lines
No EOL
160 B
Text
Executable file
7 lines
No EOL
160 B
Text
Executable file
service cloud.firestore {
|
|
match /databases/{database}/documents {
|
|
match /{document=**} {
|
|
allow read, write: if request.auth.uid != null;
|
|
}
|
|
}
|
|
} |