We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.get() 쓰면 collection내용이 바뀌면 렌더 또 안 해. onSnapshot쓰면 바뀔때 마다 렌더 할거야.
document도 이렇게 처리 해줘.
https://firebase.google.com/docs/reference/js/firebase.firestore.CollectionReference#onsnapshot
The text was updated successfully, but these errors were encountered:
이거 처리 하면 window.location.reload(); 다 없앨수 있어.
window.location.reload();
https://github.com/jiji14/dailyfield/search?q=window.location.reload%28%29%3B
Sorry, something went wrong.
jiji14
No branches or pull requests
.get() 쓰면 collection내용이 바뀌면 렌더 또 안 해. onSnapshot쓰면 바뀔때 마다 렌더 할거야.
document도 이렇게 처리 해줘.
https://firebase.google.com/docs/reference/js/firebase.firestore.CollectionReference#onsnapshot
The text was updated successfully, but these errors were encountered: