재개발
파이어스토어 규칙 수정
임호민
2022. 11. 6. 11:55
https://github.com/hominlim/test_nf.git
GitHub - hominlim/test_nf
Contribute to hominlim/test_nf development by creating an account on GitHub.
github.com
반년 전에 해 봤던 넷플릭스 UI랑 파이어베이스의 데이터베이스인 파이어스토어 연동 클론코딩.
테스트 하느라 1달사용가능한 규칙을 적용 했는데, 한참 전에 만료됨.
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if
request.time < timestamp.date(2022, 9, 15);
}
}
}
날짜 수정해서 그림들 되살림.