Skip to content

Commit

Permalink
Fix tests: move expiry date to August.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yyassin authored Jun 25, 2022
1 parent 2d8256a commit d4ad39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/firestore.rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if
request.time < timestamp.date(2022, 5, 27);
request.time < timestamp.date(2022, 8, 27);
}
}
}
}

0 comments on commit d4ad39d

Please sign in to comment.