mirror of
https://github.com/Floriansylvain/SpaceMessenger.git
synced 2026-08-19 19:53:22 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
rules_version = '2';
|
||||
service cloud.firestore {
|
||||
match /databases/{database}/documents {
|
||||
match /{document=**} {
|
||||
allow read, write: if false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user