Make sense to anyone to have this firestore security rules created by FF when it attaches a Firebase a project?
match /{document=**} { allow read, write: if request.time < timestamp.date(2025, 2, 15); }
There is no documentation or message explaining the why's about this.