nice setup with v2 with typescript and now ready to just hound out functions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
rules_version = '2';
|
||||
service cloud.firestore {
|
||||
match /databases/{database}/documents {
|
||||
match /{document=**} {
|
||||
allow read, write: if
|
||||
request.time < timestamp.date(2022, 2, 12);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user