1
firebase, cloud 기능 및 firestore를 db로 사용하여 프로젝트를 만들었지 만 "Stream removed"오류가 산발적으로 발생합니다. 내가 함수를 넣고 실행하고 때이 오류가 발생합니다 경우 FireStore에서 "setLogFunction"를 사용Firebase의 "Stream removed"오류/Firestore
exports.createUser = functions.auth
.user()
.onCreate(event => {
const user = event.data;
const registrationDate = new Date().getTime();
const {uid, email, displayName, photoURL} = user;
const userRelevantInfo = {
...
};
return usersRef.doc(uid).set(userRelevantInfo);
});
을,이 기록됩니다 무엇 :
누군가가 일어나고 또는 얼마나 있는지 알고 있습니까 수 나는 이것을 고쳐라?
동일한 문제가 여기에보고되었습니다. https://stackoverflow.com/q/47870711/4815718. 참고 : https://groups.google.com/forum/#!msg/firebase-talk/oza-JZMtXlo/Kge4Z0GaCQAJ –
가능한 경우 이미지 대신 텍스트를 게시하십시오. 텍스트는 검색 및 복사가 가능합니다. 이미지가 그다지 많지 않습니다. –