Skip to content

Commit 1feb77c

Browse files
Force rebuild to activate Firebase env var
1 parent 0e277c4 commit 1feb77c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

anymate_system/anymate_landing-page/.rebuild

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rules_version = '2';
2+
service cloud.firestore {
3+
match /databases/{database}/documents {
4+
match /{document=**} {
5+
allow read, write: if false;
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)