아래와 같은 문의 입니다.
1. rules규칙은 전체 허용으로 되어있어요
2. 호출 소스는 아래와 같습니다.
const imgfile = Plato.doc.querySelector('.testimage').files[0];
const storageRef = ref(this._fbStorage, 'images/rivers.png');
uploadBytes(storageRef, imgfile).then((snapshot) => {
alert('Uploaded')
});
3. 에러
https://firebasestorage.googleapis.com/v0/b/###.appspot.com/o?name=images%2Frivers.png 401
Uncaught (in promise) FirebaseError: Firebase Storage: User is not authenticated, please authenticate using Firebase Authentication and try again. (storage/unauthenticated)